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