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