pub struct AccountManagementConfig {
pub require_authentication: bool,
}Fields§
§require_authentication: boolTrait Implementations§
Source§impl Clone for AccountManagementConfig
impl Clone for AccountManagementConfig
Source§fn clone(&self) -> AccountManagementConfig
fn clone(&self) -> AccountManagementConfig
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 AccountManagementConfig
impl Debug for AccountManagementConfig
Source§impl Default for AccountManagementConfig
impl Default for AccountManagementConfig
Source§fn default() -> AccountManagementConfig
fn default() -> AccountManagementConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AccountManagementConfig
impl RefUnwindSafe for AccountManagementConfig
impl Send for AccountManagementConfig
impl Sync for AccountManagementConfig
impl Unpin for AccountManagementConfig
impl UnsafeUnpin for AccountManagementConfig
impl UnwindSafe for AccountManagementConfig
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