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