pub struct SecurityRequestType;Expand description
SecurityRequestType (321).
Implementations§
Source§impl SecurityRequestType
impl SecurityRequestType
pub const REQSECID: i64 = 0
pub const REQSECIDPROV: i64 = 1
pub const REQSECLISTTYPES: i64 = 2
pub const REQSECLIST: i64 = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityRequestType
impl RefUnwindSafe for SecurityRequestType
impl Send for SecurityRequestType
impl Sync for SecurityRequestType
impl Unpin for SecurityRequestType
impl UnsafeUnpin for SecurityRequestType
impl UnwindSafe for SecurityRequestType
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