pub struct IrOAuth2Flows {
pub implicit: Option<IrOAuth2Flow>,
pub password: Option<IrOAuth2Flow>,
pub client_credentials: Option<IrOAuth2Flow>,
pub authorization_code: Option<IrOAuth2Flow>,
}Fields§
§implicit: Option<IrOAuth2Flow>§password: Option<IrOAuth2Flow>§client_credentials: Option<IrOAuth2Flow>Trait Implementations§
Source§impl Clone for IrOAuth2Flows
impl Clone for IrOAuth2Flows
Source§fn clone(&self) -> IrOAuth2Flows
fn clone(&self) -> IrOAuth2Flows
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 IrOAuth2Flows
impl Debug for IrOAuth2Flows
Source§impl Default for IrOAuth2Flows
impl Default for IrOAuth2Flows
Source§fn default() -> IrOAuth2Flows
fn default() -> IrOAuth2Flows
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IrOAuth2Flows
impl RefUnwindSafe for IrOAuth2Flows
impl Send for IrOAuth2Flows
impl Sync for IrOAuth2Flows
impl Unpin for IrOAuth2Flows
impl UnsafeUnpin for IrOAuth2Flows
impl UnwindSafe for IrOAuth2Flows
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