Struct dittolive_ditto::identity::OfflinePlayground[][src]

pub struct OfflinePlayground { /* fields omitted */ }
Expand description

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 an OfflinePlayground Identity

  • ditto_root - Location for the local database
  • app_id - A unique string identifying the App. For an OfflinePlayground Identity this does not need to be a UUIDv4.

Generate a OfflinePlayground identity with a random AppId for testing

Trait Implementations

Returns the current SiteId identifying the Ditto peer

Returns a shared reference to the underlying AuthClient

Returns the current AppId

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

Indicates whether the specific Identity type requires an offline only license token to be set.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts to T by calling Into<T>::into.

Tries to convert to T by calling TryInto<T>::try_into.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.