pub struct ContinueWithAuth { /* private fields */ }Expand description
Continues a request supplying authChallengeResponse following authRequired event.
Implementations§
Trait Implementations§
Source§impl Clone for ContinueWithAuth
impl Clone for ContinueWithAuth
Source§fn clone(&self) -> ContinueWithAuth
fn clone(&self) -> ContinueWithAuth
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 Command for ContinueWithAuth
impl Command for ContinueWithAuth
Source§impl Debug for ContinueWithAuth
impl Debug for ContinueWithAuth
Auto Trait Implementations§
impl Freeze for ContinueWithAuth
impl RefUnwindSafe for ContinueWithAuth
impl Send for ContinueWithAuth
impl Sync for ContinueWithAuth
impl Unpin for ContinueWithAuth
impl UnwindSafe for ContinueWithAuth
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