pub struct LocalAdapter(/* private fields */);Expand description
The default adapter. Store the state in memory.
Trait Implementations§
impl DefinedAdapter for LocalAdapter
Auto Trait Implementations§
impl !Freeze for LocalAdapter
impl !RefUnwindSafe for LocalAdapter
impl Send for LocalAdapter
impl Sync for LocalAdapter
impl Unpin for LocalAdapter
impl !UnwindSafe for LocalAdapter
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