pub struct LoginOutcome {
pub session_id: String,
pub credentials_shared_with_standalone: bool,
}Fields§
§session_id: StringTrait Implementations§
Source§impl Clone for LoginOutcome
impl Clone for LoginOutcome
Source§fn clone(&self) -> LoginOutcome
fn clone(&self) -> LoginOutcome
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 LoginOutcome
impl Debug for LoginOutcome
impl Eq for LoginOutcome
Source§impl PartialEq for LoginOutcome
impl PartialEq for LoginOutcome
Source§impl Serialize for LoginOutcome
impl Serialize for LoginOutcome
impl StructuralPartialEq for LoginOutcome
Auto Trait Implementations§
impl Freeze for LoginOutcome
impl RefUnwindSafe for LoginOutcome
impl Send for LoginOutcome
impl Sync for LoginOutcome
impl Unpin for LoginOutcome
impl UnsafeUnpin for LoginOutcome
impl UnwindSafe for LoginOutcome
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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§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.