pub struct IrOAuth2Flow {
pub authorization_url: Option<String>,
pub token_url: Option<String>,
pub refresh_url: Option<String>,
pub scopes: IndexMap<String, String>,
}Fields§
§token_url: Option<String>§refresh_url: Option<String>§scopes: IndexMap<String, String>Trait Implementations§
Source§impl Clone for IrOAuth2Flow
impl Clone for IrOAuth2Flow
Source§fn clone(&self) -> IrOAuth2Flow
fn clone(&self) -> IrOAuth2Flow
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 IrOAuth2Flow
impl Debug for IrOAuth2Flow
Auto Trait Implementations§
impl Freeze for IrOAuth2Flow
impl RefUnwindSafe for IrOAuth2Flow
impl Send for IrOAuth2Flow
impl Sync for IrOAuth2Flow
impl Unpin for IrOAuth2Flow
impl UnsafeUnpin for IrOAuth2Flow
impl UnwindSafe for IrOAuth2Flow
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