pub struct SecurityID;Expand description
SecurityID (48).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityID
impl RefUnwindSafe for SecurityID
impl Send for SecurityID
impl Sync for SecurityID
impl Unpin for SecurityID
impl UnsafeUnpin for SecurityID
impl UnwindSafe for SecurityID
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