pub struct ArchivePassword(/* private fields */);Expand description
Passphrase used to decrypt encrypted archive entries.
Construct with ArchivePassword::new — it fails if the supplied string
contains an interior NUL byte, which cannot be passed through to
libarchive’s C API.
Implementations§
Auto Trait Implementations§
impl Freeze for ArchivePassword
impl RefUnwindSafe for ArchivePassword
impl Send for ArchivePassword
impl Sync for ArchivePassword
impl Unpin for ArchivePassword
impl UnsafeUnpin for ArchivePassword
impl UnwindSafe for ArchivePassword
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