Struct ic_auth_client::storage::LocalStorage
source · pub struct LocalStorage { /* private fields */ }Expand description
Implementation of AuthClientStorage.
Implementations§
Trait Implementations§
source§impl AuthClientStorage for LocalStorage
impl AuthClientStorage for LocalStorage
source§impl Clone for LocalStorage
impl Clone for LocalStorage
source§fn clone(&self) -> LocalStorage
fn clone(&self) -> LocalStorage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LocalStorage
impl Debug for LocalStorage
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)