pub struct AuthLoginResult {
pub method: String,
pub provider: String,
pub completed: bool,
}Fields§
§method: String§provider: String§completed: boolTrait Implementations§
Source§impl Clone for AuthLoginResult
impl Clone for AuthLoginResult
Source§fn clone(&self) -> AuthLoginResult
fn clone(&self) -> AuthLoginResult
Returns a duplicate 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 AuthLoginResult
impl Debug for AuthLoginResult
Auto Trait Implementations§
impl Freeze for AuthLoginResult
impl RefUnwindSafe for AuthLoginResult
impl Send for AuthLoginResult
impl Sync for AuthLoginResult
impl Unpin for AuthLoginResult
impl UnsafeUnpin for AuthLoginResult
impl UnwindSafe for AuthLoginResult
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