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