pub struct UseLocalStorage { /* private fields */ }Expand description
Local storage effect handler
Implementations§
Source§impl UseLocalStorage
impl UseLocalStorage
Sourcepub fn iter(&self) -> StorageIter<'_> ⓘ
pub fn iter(&self) -> StorageIter<'_> ⓘ
Trait Implementations§
Source§impl Debug for UseLocalStorage
impl Debug for UseLocalStorage
Source§impl Default for UseLocalStorage
impl Default for UseLocalStorage
Auto Trait Implementations§
impl Freeze for UseLocalStorage
impl !RefUnwindSafe for UseLocalStorage
impl !Send for UseLocalStorage
impl !Sync for UseLocalStorage
impl Unpin for UseLocalStorage
impl !UnwindSafe for UseLocalStorage
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