struct ScopedSecurityContext;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedSecurityContext
impl RefUnwindSafe for ScopedSecurityContext
impl Send for ScopedSecurityContext
impl Sync for ScopedSecurityContext
impl Unpin for ScopedSecurityContext
impl UnwindSafe for ScopedSecurityContext
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