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