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