pub struct LoginPlan {
pub api_base_url: Option<String>,
pub provider: Option<String>,
pub purpose: Option<String>,
pub allow_local_api: bool,
pub json: bool,
}Fields§
§api_base_url: Option<String>§provider: Option<String>§purpose: Option<String>§allow_local_api: bool§json: boolTrait Implementations§
impl Eq for LoginPlan
impl StructuralPartialEq for LoginPlan
Auto Trait Implementations§
impl Freeze for LoginPlan
impl RefUnwindSafe for LoginPlan
impl Send for LoginPlan
impl Sync for LoginPlan
impl Unpin for LoginPlan
impl UnsafeUnpin for LoginPlan
impl UnwindSafe for LoginPlan
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.