pub enum PlatformVaultSessionState {
Absent,
Active,
Expired,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformVaultSessionState
impl Clone for PlatformVaultSessionState
Source§fn clone(&self) -> PlatformVaultSessionState
fn clone(&self) -> PlatformVaultSessionState
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 moreimpl Copy for PlatformVaultSessionState
Source§impl Debug for PlatformVaultSessionState
impl Debug for PlatformVaultSessionState
Source§impl<'de> Deserialize<'de> for PlatformVaultSessionState
impl<'de> Deserialize<'de> for PlatformVaultSessionState
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformVaultSessionState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformVaultSessionState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformVaultSessionState
Source§impl Serialize for PlatformVaultSessionState
impl Serialize for PlatformVaultSessionState
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformVaultSessionState
Auto Trait Implementations§
impl Freeze for PlatformVaultSessionState
impl RefUnwindSafe for PlatformVaultSessionState
impl Send for PlatformVaultSessionState
impl Sync for PlatformVaultSessionState
impl Unpin for PlatformVaultSessionState
impl UnsafeUnpin for PlatformVaultSessionState
impl UnwindSafe for PlatformVaultSessionState
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