#[repr(C)]pub struct BrokerUserPasswordField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub Password: String,
pub LastUpdateTime: String,
pub LastLoginTime: String,
pub ExpireDate: String,
pub WeakExpireDate: String,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§Password: String
§LastUpdateTime: String
§LastLoginTime: String
§ExpireDate: String
§WeakExpireDate: String
Trait Implementations§
Source§impl Clone for BrokerUserPasswordField
impl Clone for BrokerUserPasswordField
Source§impl Debug for BrokerUserPasswordField
impl Debug for BrokerUserPasswordField
Source§impl Default for BrokerUserPasswordField
impl Default for BrokerUserPasswordField
Source§impl ExternType for BrokerUserPasswordField
impl ExternType for BrokerUserPasswordField
Auto Trait Implementations§
impl Freeze for BrokerUserPasswordField
impl RefUnwindSafe for BrokerUserPasswordField
impl Send for BrokerUserPasswordField
impl Sync for BrokerUserPasswordField
impl Unpin for BrokerUserPasswordField
impl UnwindSafe for BrokerUserPasswordField
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