pub enum ClearTrustTokensMethod {
ClearTrustTokens,
}Variants§
ClearTrustTokens
Trait Implementations§
Source§impl Clone for ClearTrustTokensMethod
impl Clone for ClearTrustTokensMethod
Source§fn clone(&self) -> ClearTrustTokensMethod
fn clone(&self) -> ClearTrustTokensMethod
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 ClearTrustTokensMethod
impl Debug for ClearTrustTokensMethod
Source§impl<'de> Deserialize<'de> for ClearTrustTokensMethod
impl<'de> Deserialize<'de> for ClearTrustTokensMethod
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 ClearTrustTokensMethod
impl PartialEq for ClearTrustTokensMethod
Source§impl Serialize for ClearTrustTokensMethod
impl Serialize for ClearTrustTokensMethod
impl StructuralPartialEq for ClearTrustTokensMethod
Auto Trait Implementations§
impl Freeze for ClearTrustTokensMethod
impl RefUnwindSafe for ClearTrustTokensMethod
impl Send for ClearTrustTokensMethod
impl Sync for ClearTrustTokensMethod
impl Unpin for ClearTrustTokensMethod
impl UnsafeUnpin for ClearTrustTokensMethod
impl UnwindSafe for ClearTrustTokensMethod
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