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