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