pub struct WindowsStore(/* private fields */);
Trait Implementations§
Source§impl Debug for WindowsStore
impl Debug for WindowsStore
impl Send for WindowsStore
impl Sync for WindowsStore
Auto Trait Implementations§
impl !Freeze for WindowsStore
impl !RefUnwindSafe for WindowsStore
impl Unpin for WindowsStore
impl !UnwindSafe for WindowsStore
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