pub struct DeleteUserOptions {
pub enabled: bool,
}Expand description
User deletion behavior.
Fields§
§enabled: boolImplementations§
Source§impl DeleteUserOptions
impl DeleteUserOptions
pub fn new() -> DeleteUserOptions
pub fn builder() -> DeleteUserOptions
pub fn enabled(self, enabled: bool) -> DeleteUserOptions
Trait Implementations§
Source§impl Clone for DeleteUserOptions
impl Clone for DeleteUserOptions
Source§fn clone(&self) -> DeleteUserOptions
fn clone(&self) -> DeleteUserOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteUserOptions
impl Debug for DeleteUserOptions
Source§impl Default for DeleteUserOptions
impl Default for DeleteUserOptions
Source§fn default() -> DeleteUserOptions
fn default() -> DeleteUserOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteUserOptions
impl PartialEq for DeleteUserOptions
Source§fn eq(&self, other: &DeleteUserOptions) -> bool
fn eq(&self, other: &DeleteUserOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeleteUserOptions
impl StructuralPartialEq for DeleteUserOptions
Auto Trait Implementations§
impl Freeze for DeleteUserOptions
impl RefUnwindSafe for DeleteUserOptions
impl Send for DeleteUserOptions
impl Sync for DeleteUserOptions
impl Unpin for DeleteUserOptions
impl UnsafeUnpin for DeleteUserOptions
impl UnwindSafe for DeleteUserOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.