pub struct ProtectedPath { /* private fields */ }Expand description
Protected path with automatic zeroization.
Implementations§
Trait Implementations§
Source§impl Debug for ProtectedPath
impl Debug for ProtectedPath
Source§impl Default for ProtectedPath
impl Default for ProtectedPath
Source§fn default() -> ProtectedPath
fn default() -> ProtectedPath
Returns the “default value” for a type. Read more
Source§impl Drop for ProtectedPath
impl Drop for ProtectedPath
Auto Trait Implementations§
impl Freeze for ProtectedPath
impl RefUnwindSafe for ProtectedPath
impl Send for ProtectedPath
impl Sync for ProtectedPath
impl Unpin for ProtectedPath
impl UnsafeUnpin for ProtectedPath
impl UnwindSafe for ProtectedPath
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