pub struct FileStorage<SE> { /* private fields */ }
Implementations§
Source§impl<SE> FileStorage<SE>where
for<'de> SE: Serializer<'de> + Debug,
impl<SE> FileStorage<SE>where
for<'de> SE: Serializer<'de> + Debug,
Trait Implementations§
Auto Trait Implementations§
impl<SE> !Freeze for FileStorage<SE>
impl<SE> !RefUnwindSafe for FileStorage<SE>
impl<SE> Send for FileStorage<SE>where
SE: Send,
impl<SE> Sync for FileStorage<SE>where
SE: Sync,
impl<SE> Unpin for FileStorage<SE>where
SE: Unpin,
impl<SE> !UnwindSafe for FileStorage<SE>
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