pub struct AdminChallenge;Expand description
Admin challenge request.
Implementations§
Trait Implementations§
Source§impl Clone for AdminChallenge
impl Clone for AdminChallenge
Source§fn clone(&self) -> AdminChallenge
fn clone(&self) -> AdminChallenge
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 AdminChallenge
impl Debug for AdminChallenge
Source§impl PartialEq for AdminChallenge
impl PartialEq for AdminChallenge
impl StructuralPartialEq for AdminChallenge
Auto Trait Implementations§
impl Freeze for AdminChallenge
impl RefUnwindSafe for AdminChallenge
impl Send for AdminChallenge
impl Sync for AdminChallenge
impl Unpin for AdminChallenge
impl UnwindSafe for AdminChallenge
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