pub struct SecurityResponseType;Expand description
SecurityResponseType (323).
Implementations§
Source§impl SecurityResponseType
impl SecurityResponseType
pub const ACCPTSECPROP: i64 = 1
pub const ACCPTSECPROPREV: i64 = 2
pub const SECLISTTYPESRET: i64 = 3
pub const SECLISTRET: i64 = 4
pub const REJSECPROP: i64 = 5
pub const NOMATCH: i64 = 6
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityResponseType
impl RefUnwindSafe for SecurityResponseType
impl Send for SecurityResponseType
impl Sync for SecurityResponseType
impl Unpin for SecurityResponseType
impl UnsafeUnpin for SecurityResponseType
impl UnwindSafe for SecurityResponseType
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