pub struct LASecret { /* private fields */ }Expand description
Managed wrapper around Apple’s LASecret.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for LASecret
impl !Sync for LASecret
impl Freeze for LASecret
impl RefUnwindSafe for LASecret
impl Unpin for LASecret
impl UnsafeUnpin for LASecret
impl UnwindSafe for LASecret
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