pub struct SetPassword<'l> {
pub kind: Kind,
pub algorithm: Algorithm,
pub key: &'l [u8],
pub challenge: &'l [u8],
pub response: &'l [u8],
}
Fields§
§kind: Kind
§algorithm: Algorithm
§key: &'l [u8]
§challenge: &'l [u8]
§response: &'l [u8]
Trait Implementations§
Source§impl<'l> Clone for SetPassword<'l>
impl<'l> Clone for SetPassword<'l>
Source§fn clone(&self) -> SetPassword<'l>
fn clone(&self) -> SetPassword<'l>
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<'l> Debug for SetPassword<'l>
impl<'l> Debug for SetPassword<'l>
Source§impl<'l> PartialEq for SetPassword<'l>
impl<'l> PartialEq for SetPassword<'l>
impl<'l> Copy for SetPassword<'l>
impl<'l> Eq for SetPassword<'l>
impl<'l> StructuralPartialEq for SetPassword<'l>
Auto Trait Implementations§
impl<'l> Freeze for SetPassword<'l>
impl<'l> RefUnwindSafe for SetPassword<'l>
impl<'l> Send for SetPassword<'l>
impl<'l> Sync for SetPassword<'l>
impl<'l> Unpin for SetPassword<'l>
impl<'l> UnwindSafe for SetPassword<'l>
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