pub struct ClearTrustTokensReturnObjectBuilder { /* private fields */ }Expand description
Builder for ClearTrustTokensReturnObject.
Implementations§
Source§impl ClearTrustTokensReturnObjectBuilder
impl ClearTrustTokensReturnObjectBuilder
Sourcepub fn did_delete_tokens(&mut self, value: bool) -> &mut Self
pub fn did_delete_tokens(&mut self, value: bool) -> &mut Self
True if any tokens were deleted, false otherwise.
Sourcepub fn build(
&self,
) -> Result<ClearTrustTokensReturnObject, ClearTrustTokensReturnObjectBuilderError>
pub fn build( &self, ) -> Result<ClearTrustTokensReturnObject, ClearTrustTokensReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for ClearTrustTokensReturnObjectBuilder
impl Clone for ClearTrustTokensReturnObjectBuilder
Source§fn clone(&self) -> ClearTrustTokensReturnObjectBuilder
fn clone(&self) -> ClearTrustTokensReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for ClearTrustTokensReturnObjectBuilder
impl RefUnwindSafe for ClearTrustTokensReturnObjectBuilder
impl Send for ClearTrustTokensReturnObjectBuilder
impl Sync for ClearTrustTokensReturnObjectBuilder
impl Unpin for ClearTrustTokensReturnObjectBuilder
impl UnsafeUnpin for ClearTrustTokensReturnObjectBuilder
impl UnwindSafe for ClearTrustTokensReturnObjectBuilder
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