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
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read more