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