Struct zebedee_rust::ZebedeeOauth
source · pub struct ZebedeeOauth { /* private fields */ }
Trait Implementations§
source§impl Clone for ZebedeeOauth
impl Clone for ZebedeeOauth
source§fn clone(&self) -> ZebedeeOauth
fn clone(&self) -> ZebedeeOauth
Returns a copy 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 ZebedeeOauth
impl Debug for ZebedeeOauth
source§impl Default for ZebedeeOauth
impl Default for ZebedeeOauth
source§fn default() -> ZebedeeOauth
fn default() -> ZebedeeOauth
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ZebedeeOauth
impl<'de> Deserialize<'de> for ZebedeeOauth
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 Validate for ZebedeeOauth
impl Validate for ZebedeeOauth
source§impl<'v_a> ValidateArgs<'v_a> for ZebedeeOauth
impl<'v_a> ValidateArgs<'v_a> for ZebedeeOauth
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
Auto Trait Implementations§
impl RefUnwindSafe for ZebedeeOauth
impl Send for ZebedeeOauth
impl Sync for ZebedeeOauth
impl Unpin for ZebedeeOauth
impl UnwindSafe for ZebedeeOauth
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