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