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
Auto Trait Implementations§
impl Freeze for ZebedeeOauth
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