pub struct AuthenticatedResult {
pub authenticated: bool,
}Expand description
Whether the current session is authenticated.
Fields§
§authenticated: boolTrait Implementations§
Source§impl Clone for AuthenticatedResult
impl Clone for AuthenticatedResult
Source§fn clone(&self) -> AuthenticatedResult
fn clone(&self) -> AuthenticatedResult
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 moreAuto Trait Implementations§
impl Freeze for AuthenticatedResult
impl RefUnwindSafe for AuthenticatedResult
impl Send for AuthenticatedResult
impl Sync for AuthenticatedResult
impl Unpin for AuthenticatedResult
impl UnsafeUnpin for AuthenticatedResult
impl UnwindSafe for AuthenticatedResult
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