pub struct AuthKeyCodeResponse {
pub extra: JsonObject,
}Fields§
§extra: JsonObjectImplementations§
Trait Implementations§
Source§impl Clone for AuthKeyCodeResponse
impl Clone for AuthKeyCodeResponse
Source§fn clone(&self) -> AuthKeyCodeResponse
fn clone(&self) -> AuthKeyCodeResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuthKeyCodeResponse
impl Debug for AuthKeyCodeResponse
Source§impl Default for AuthKeyCodeResponse
impl Default for AuthKeyCodeResponse
Source§fn default() -> AuthKeyCodeResponse
fn default() -> AuthKeyCodeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthKeyCodeResponse
impl<'de> Deserialize<'de> for AuthKeyCodeResponse
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 AuthKeyCodeResponse
impl PartialEq for AuthKeyCodeResponse
Source§fn eq(&self, other: &AuthKeyCodeResponse) -> bool
fn eq(&self, other: &AuthKeyCodeResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthKeyCodeResponse
impl Serialize for AuthKeyCodeResponse
impl StructuralPartialEq for AuthKeyCodeResponse
Auto Trait Implementations§
impl Freeze for AuthKeyCodeResponse
impl RefUnwindSafe for AuthKeyCodeResponse
impl Send for AuthKeyCodeResponse
impl Sync for AuthKeyCodeResponse
impl Unpin for AuthKeyCodeResponse
impl UnsafeUnpin for AuthKeyCodeResponse
impl UnwindSafe for AuthKeyCodeResponse
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