#[repr(C)]pub struct ManualSyncBrokerUserOTPField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub OTPType: u8,
pub FirstOTP: Vec<u8>,
pub SecondOTP: Vec<u8>,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§OTPType: u8
§FirstOTP: Vec<u8>
§SecondOTP: Vec<u8>
Trait Implementations§
Source§impl Clone for ManualSyncBrokerUserOTPField
impl Clone for ManualSyncBrokerUserOTPField
Source§impl Debug for ManualSyncBrokerUserOTPField
impl Debug for ManualSyncBrokerUserOTPField
Auto Trait Implementations§
impl Freeze for ManualSyncBrokerUserOTPField
impl RefUnwindSafe for ManualSyncBrokerUserOTPField
impl Send for ManualSyncBrokerUserOTPField
impl Sync for ManualSyncBrokerUserOTPField
impl Unpin for ManualSyncBrokerUserOTPField
impl UnwindSafe for ManualSyncBrokerUserOTPField
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