pub struct LocalStorage;
Expand description
Local file storage
Trait Implementations§
Source§impl Default for LocalStorage
impl Default for LocalStorage
Source§fn default() -> LocalStorage
fn default() -> LocalStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalStorage
impl RefUnwindSafe for LocalStorage
impl Send for LocalStorage
impl Sync for LocalStorage
impl Unpin for LocalStorage
impl UnwindSafe for LocalStorage
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