pub struct JsonStoreFactory;Trait Implementations§
Source§impl StoreFactory for JsonStoreFactory
impl StoreFactory for JsonStoreFactory
Auto Trait Implementations§
impl Freeze for JsonStoreFactory
impl RefUnwindSafe for JsonStoreFactory
impl Send for JsonStoreFactory
impl Sync for JsonStoreFactory
impl Unpin for JsonStoreFactory
impl UnsafeUnpin for JsonStoreFactory
impl UnwindSafe for JsonStoreFactory
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