pub struct SaltRequest {
pub salt: String,
}Expand description
Request for setting the encryption salt.
Fields§
§salt: StringThe base64-encoded encryption salt.
Trait Implementations§
Source§impl Clone for SaltRequest
impl Clone for SaltRequest
Source§fn clone(&self) -> SaltRequest
fn clone(&self) -> SaltRequest
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 SaltRequest
impl Debug for SaltRequest
Auto Trait Implementations§
impl Freeze for SaltRequest
impl RefUnwindSafe for SaltRequest
impl Send for SaltRequest
impl Sync for SaltRequest
impl Unpin for SaltRequest
impl UnwindSafe for SaltRequest
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