Struct dittolive_ditto::ditto::AppId [−][src]
pub struct AppId(_);
Implementations
Attempt to grab a specific AppId from some environment variable
Returns the default auth URL associated to the App ID
this is https://{app_id}.cloud.ditto.live/
Returns the default Websocket Sync URL which is
wss://{app_id}.cloud.ditto.live/
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AppId
impl UnwindSafe for AppId
Blanket Implementations
Mutably borrows from an owned value. Read more