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