#[repr(C)]pub struct LDAPAccountUsabilityMoreInfo {
pub inactive: ber_int_t,
pub reset: ber_int_t,
pub expired: ber_int_t,
pub remaining_grace: ber_int_t,
pub seconds_before_unlock: ber_int_t,
}
Fields§
§inactive: ber_int_t
§reset: ber_int_t
§expired: ber_int_t
§remaining_grace: ber_int_t
§seconds_before_unlock: ber_int_t
Trait Implementations§
Source§impl Clone for LDAPAccountUsabilityMoreInfo
impl Clone for LDAPAccountUsabilityMoreInfo
Source§fn clone(&self) -> LDAPAccountUsabilityMoreInfo
fn clone(&self) -> LDAPAccountUsabilityMoreInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LDAPAccountUsabilityMoreInfo
impl Debug for LDAPAccountUsabilityMoreInfo
impl Copy for LDAPAccountUsabilityMoreInfo
Auto Trait Implementations§
impl Freeze for LDAPAccountUsabilityMoreInfo
impl RefUnwindSafe for LDAPAccountUsabilityMoreInfo
impl Send for LDAPAccountUsabilityMoreInfo
impl Sync for LDAPAccountUsabilityMoreInfo
impl Unpin for LDAPAccountUsabilityMoreInfo
impl UnwindSafe for LDAPAccountUsabilityMoreInfo
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