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