Struct fm::cryptsetup::PasswordHolder
source · pub struct PasswordHolder { /* private fields */ }Expand description
Holds passwords allowing to mount or unmount an encrypted drive.
Trait Implementations§
source§impl Clone for PasswordHolder
impl Clone for PasswordHolder
source§fn clone(&self) -> PasswordHolder
fn clone(&self) -> PasswordHolder
Returns a copy 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 PasswordHolder
impl Debug for PasswordHolder
source§impl Default for PasswordHolder
impl Default for PasswordHolder
source§fn default() -> PasswordHolder
fn default() -> PasswordHolder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PasswordHolder
impl Send for PasswordHolder
impl Sync for PasswordHolder
impl Unpin for PasswordHolder
impl UnwindSafe for PasswordHolder
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere R: Read + ReadEndian<P>, P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().