pub struct SingleSignOn;Trait Implementations§
Source§impl Clone for SingleSignOn
impl Clone for SingleSignOn
Source§fn clone(&self) -> SingleSignOn
fn clone(&self) -> SingleSignOn
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 SingleSignOn
impl Debug for SingleSignOn
Source§impl Serialize for SingleSignOn
impl Serialize for SingleSignOn
impl Copy for SingleSignOn
Auto Trait Implementations§
impl Freeze for SingleSignOn
impl RefUnwindSafe for SingleSignOn
impl Send for SingleSignOn
impl Sync for SingleSignOn
impl Unpin for SingleSignOn
impl UnwindSafe for SingleSignOn
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