pub struct CodexBootstrapFile { /* private fields */ }Expand description
Opaque owner-only bootstrap file. Its path and contents are intentionally absent from Debug/serde/browser-safe records and the file is deleted on drop or rotation.
Trait Implementations§
Source§impl Drop for CodexBootstrapFile
impl Drop for CodexBootstrapFile
Auto Trait Implementations§
impl Freeze for CodexBootstrapFile
impl RefUnwindSafe for CodexBootstrapFile
impl Send for CodexBootstrapFile
impl Sync for CodexBootstrapFile
impl Unpin for CodexBootstrapFile
impl UnsafeUnpin for CodexBootstrapFile
impl UnwindSafe for CodexBootstrapFile
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