pub struct AuthenticationSuccess {
pub user: String,
pub attributes: Attributes,
}
Expand description
A successful authentication XML tag.
Fields§
§user: String
A user tag containing the authenticated username.
attributes: Attributes
The user’s atrributes.
Trait Implementations§
Source§impl Clone for AuthenticationSuccess
impl Clone for AuthenticationSuccess
Source§fn clone(&self) -> AuthenticationSuccess
fn clone(&self) -> AuthenticationSuccess
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 Serialize for AuthenticationSuccess
impl Serialize for AuthenticationSuccess
Auto Trait Implementations§
impl Freeze for AuthenticationSuccess
impl RefUnwindSafe for AuthenticationSuccess
impl Send for AuthenticationSuccess
impl Sync for AuthenticationSuccess
impl Unpin for AuthenticationSuccess
impl UnwindSafe for AuthenticationSuccess
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