pub struct TenantUserDeletePolicy {
pub unverified: Option<Box<TimeBasedDeletePolicy>>,
}
Expand description
TenantUserDeletePolicy : A Tenant-level policy for deleting Users.
Fields§
§unverified: Option<Box<TimeBasedDeletePolicy>>
Implementations§
Source§impl TenantUserDeletePolicy
impl TenantUserDeletePolicy
Sourcepub fn new() -> TenantUserDeletePolicy
pub fn new() -> TenantUserDeletePolicy
A Tenant-level policy for deleting Users.
Trait Implementations§
Source§impl Clone for TenantUserDeletePolicy
impl Clone for TenantUserDeletePolicy
Source§fn clone(&self) -> TenantUserDeletePolicy
fn clone(&self) -> TenantUserDeletePolicy
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 TenantUserDeletePolicy
impl Debug for TenantUserDeletePolicy
Source§impl Default for TenantUserDeletePolicy
impl Default for TenantUserDeletePolicy
Source§fn default() -> TenantUserDeletePolicy
fn default() -> TenantUserDeletePolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantUserDeletePolicy
impl<'de> Deserialize<'de> for TenantUserDeletePolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TenantUserDeletePolicy
impl PartialEq for TenantUserDeletePolicy
Source§impl Serialize for TenantUserDeletePolicy
impl Serialize for TenantUserDeletePolicy
impl StructuralPartialEq for TenantUserDeletePolicy
Auto Trait Implementations§
impl Freeze for TenantUserDeletePolicy
impl RefUnwindSafe for TenantUserDeletePolicy
impl Send for TenantUserDeletePolicy
impl Sync for TenantUserDeletePolicy
impl Unpin for TenantUserDeletePolicy
impl UnwindSafe for TenantUserDeletePolicy
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