pub struct ClearTrustTokensReturnObject {
pub did_delete_tokens: bool,
}Fields§
§did_delete_tokens: boolTrait Implementations§
Source§impl Clone for ClearTrustTokensReturnObject
impl Clone for ClearTrustTokensReturnObject
Source§fn clone(&self) -> ClearTrustTokensReturnObject
fn clone(&self) -> ClearTrustTokensReturnObject
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 ClearTrustTokensReturnObject
impl Debug for ClearTrustTokensReturnObject
Source§impl<'de> Deserialize<'de> for ClearTrustTokensReturnObject
impl<'de> Deserialize<'de> for ClearTrustTokensReturnObject
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 ClearTrustTokensReturnObject
impl PartialEq for ClearTrustTokensReturnObject
Source§fn eq(&self, other: &ClearTrustTokensReturnObject) -> bool
fn eq(&self, other: &ClearTrustTokensReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClearTrustTokensReturnObject
Auto Trait Implementations§
impl Freeze for ClearTrustTokensReturnObject
impl RefUnwindSafe for ClearTrustTokensReturnObject
impl Send for ClearTrustTokensReturnObject
impl Sync for ClearTrustTokensReturnObject
impl Unpin for ClearTrustTokensReturnObject
impl UnwindSafe for ClearTrustTokensReturnObject
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