pub struct UntrustedInMemoryStorage { /* private fields */ }
Expand description
Untrusted key/value storage which stores arbitrary binary key/value pairs in memory.
Implementations§
Trait Implementations§
source§impl Default for UntrustedInMemoryStorage
impl Default for UntrustedInMemoryStorage
Auto Trait Implementations§
impl !Freeze for UntrustedInMemoryStorage
impl RefUnwindSafe for UntrustedInMemoryStorage
impl Send for UntrustedInMemoryStorage
impl Sync for UntrustedInMemoryStorage
impl Unpin for UntrustedInMemoryStorage
impl UnwindSafe for UntrustedInMemoryStorage
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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