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