pub struct ClearTrustTokensReturn { /* private fields */ }Available on crate features
experimental and Storage and Browser and Network only.Expand description
Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer’s Redemption Records, intact.
Implementations§
Trait Implementations§
Source§impl Clone for ClearTrustTokensReturn
impl Clone for ClearTrustTokensReturn
Source§fn clone(&self) -> ClearTrustTokensReturn
fn clone(&self) -> ClearTrustTokensReturn
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 ClearTrustTokensReturn
impl Debug for ClearTrustTokensReturn
Source§impl Deref for ClearTrustTokensReturn
impl Deref for ClearTrustTokensReturn
Source§impl<'de> Deserialize<'de> for ClearTrustTokensReturn
impl<'de> Deserialize<'de> for ClearTrustTokensReturn
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
Auto Trait Implementations§
impl Freeze for ClearTrustTokensReturn
impl RefUnwindSafe for ClearTrustTokensReturn
impl Send for ClearTrustTokensReturn
impl Sync for ClearTrustTokensReturn
impl Unpin for ClearTrustTokensReturn
impl UnwindSafe for ClearTrustTokensReturn
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