Struct dittolive_ditto::identity::Development [−][src]
pub struct Development { /* fields omitted */ }
Expand description
Deprecated - use OfflinePlayground
instead.
Develop peer-to-peer apps with no cloud connection. This mode offers no security and must only be used for development. In this mode, any string can be used as the name of the app.
Implementations
Construct a Development
Identity
ditto_root
- Location for the local databaseapp_id
- A unique string identifying the App. For a Development Identity this does not need to be a UUIDv4.
Trait Implementations
Returns a shared reference to the underlying AuthClient
Returns the current DittoRoot
Returns if the curernt web auth token is valid
Returns if the configured x509 certificate is valid
Indicates if cloud sync should be enabled by default
Returns the configured URL for Auth
Returns the configured URL for websocket sync
Returns the underlying DittoAuthenticator
if specified
Constructs a ValidityListener
given a shared reference to the Ditto
Transports
Read more
Auto Trait Implementations
impl !RefUnwindSafe for Development
impl Send for Development
impl Sync for Development
impl Unpin for Development
impl !UnwindSafe for Development
Blanket Implementations
Mutably borrows from an owned value. Read more