#[repr(C)]pub struct BrokerUserOTPParamField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub OTPVendorsID: String,
pub SerialNumber: Vec<u8>,
pub AuthKey: Vec<u8>,
pub LastDrift: i32,
pub LastSuccess: i32,
pub OTPType: u8,
}Fields§
§is_null: bool§BrokerID: String§UserID: String§OTPVendorsID: String§SerialNumber: Vec<u8>§AuthKey: Vec<u8>§LastDrift: i32§LastSuccess: i32§OTPType: u8Trait Implementations§
Source§impl Clone for BrokerUserOTPParamField
impl Clone for BrokerUserOTPParamField
Source§impl Debug for BrokerUserOTPParamField
impl Debug for BrokerUserOTPParamField
Source§impl Default for BrokerUserOTPParamField
impl Default for BrokerUserOTPParamField
Source§impl ExternType for BrokerUserOTPParamField
impl ExternType for BrokerUserOTPParamField
Auto Trait Implementations§
impl Freeze for BrokerUserOTPParamField
impl RefUnwindSafe for BrokerUserOTPParamField
impl Send for BrokerUserOTPParamField
impl Sync for BrokerUserOTPParamField
impl Unpin for BrokerUserOTPParamField
impl UnwindSafe for BrokerUserOTPParamField
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