pub enum TerminationEventDetailsDeletionReason {
Expired,
FailedToRestoreKey,
FailedToUnwrapKey,
StoragePartitionCleared,
ClearBrowsingData,
ServerRequested,
InvalidSessionParams,
RefreshFatalError,
}Variants§
Expired
FailedToRestoreKey
FailedToUnwrapKey
StoragePartitionCleared
ClearBrowsingData
ServerRequested
InvalidSessionParams
RefreshFatalError
Trait Implementations§
Source§impl Clone for TerminationEventDetailsDeletionReason
impl Clone for TerminationEventDetailsDeletionReason
Source§fn clone(&self) -> TerminationEventDetailsDeletionReason
fn clone(&self) -> TerminationEventDetailsDeletionReason
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<'de> Deserialize<'de> for TerminationEventDetailsDeletionReason
impl<'de> Deserialize<'de> for TerminationEventDetailsDeletionReason
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 TerminationEventDetailsDeletionReason
impl PartialEq for TerminationEventDetailsDeletionReason
Source§fn eq(&self, other: &TerminationEventDetailsDeletionReason) -> bool
fn eq(&self, other: &TerminationEventDetailsDeletionReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TerminationEventDetailsDeletionReason
Auto Trait Implementations§
impl Freeze for TerminationEventDetailsDeletionReason
impl RefUnwindSafe for TerminationEventDetailsDeletionReason
impl Send for TerminationEventDetailsDeletionReason
impl Sync for TerminationEventDetailsDeletionReason
impl Unpin for TerminationEventDetailsDeletionReason
impl UnsafeUnpin for TerminationEventDetailsDeletionReason
impl UnwindSafe for TerminationEventDetailsDeletionReason
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