#[repr(C)]pub struct SecurityContextBase { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityContextBase
impl ObjSafe for SecurityContextBase
impl RefUnwindSafe for SecurityContextBase
impl Send for SecurityContextBase
impl Sync for SecurityContextBase
impl Unpin for SecurityContextBase
impl UnwindSafe for SecurityContextBase
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