Struct openapiv3::PasswordOAuth2Flow
source · pub struct PasswordOAuth2Flow {
pub extensions: IndexMap<String, Value>,
/* private fields */
}Fields§
§extensions: IndexMap<String, Value>Inline extensions to this object.
Trait Implementations§
source§impl Clone for PasswordOAuth2Flow
impl Clone for PasswordOAuth2Flow
source§fn clone(&self) -> PasswordOAuth2Flow
fn clone(&self) -> PasswordOAuth2Flow
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 PasswordOAuth2Flow
impl Debug for PasswordOAuth2Flow
source§impl<'de> Deserialize<'de> for PasswordOAuth2Flow
impl<'de> Deserialize<'de> for PasswordOAuth2Flow
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 PasswordOAuth2Flow
impl PartialEq for PasswordOAuth2Flow
source§fn eq(&self, other: &PasswordOAuth2Flow) -> bool
fn eq(&self, other: &PasswordOAuth2Flow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PasswordOAuth2Flow
impl Serialize for PasswordOAuth2Flow
impl StructuralPartialEq for PasswordOAuth2Flow
Auto Trait Implementations§
impl Freeze for PasswordOAuth2Flow
impl RefUnwindSafe for PasswordOAuth2Flow
impl Send for PasswordOAuth2Flow
impl Sync for PasswordOAuth2Flow
impl Unpin for PasswordOAuth2Flow
impl UnwindSafe for PasswordOAuth2Flow
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