pub enum OpaqueSecIdentityRef {}
Auto Trait Implementations§
impl Freeze for OpaqueSecIdentityRef
impl RefUnwindSafe for OpaqueSecIdentityRef
impl Send for OpaqueSecIdentityRef
impl Sync for OpaqueSecIdentityRef
impl Unpin for OpaqueSecIdentityRef
impl UnwindSafe for OpaqueSecIdentityRef
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