Struct oro_client::login::LoginOptions
source · pub struct LoginOptions {
pub scope: Option<String>,
}Fields§
§scope: Option<String>Trait Implementations§
source§impl Clone for LoginOptions
impl Clone for LoginOptions
source§fn clone(&self) -> LoginOptions
fn clone(&self) -> LoginOptions
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 LoginOptions
impl Debug for LoginOptions
source§impl Default for LoginOptions
impl Default for LoginOptions
source§fn default() -> LoginOptions
fn default() -> LoginOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LoginOptions
impl Send for LoginOptions
impl Sync for LoginOptions
impl Unpin for LoginOptions
impl UnwindSafe for LoginOptions
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