Struct dittolive_ditto::identity::OfflinePlayground
source · pub struct OfflinePlayground { /* private fields */ }
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§
source§impl OfflinePlayground
impl OfflinePlayground
Auto Trait Implementations§
impl RefUnwindSafe for OfflinePlayground
impl Send for OfflinePlayground
impl Sync for OfflinePlayground
impl Unpin for OfflinePlayground
impl UnwindSafe for OfflinePlayground
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more