pub struct AuthBlob {
pub bytes: Vec<u8>,
}Expand description
Opaque encrypted-by-the-engine auth payload. The daemon hands the
bytes to vs_store for at-rest encryption.
Fields§
§bytes: Vec<u8>Trait Implementations§
impl Eq for AuthBlob
impl StructuralPartialEq for AuthBlob
Auto Trait Implementations§
impl Freeze for AuthBlob
impl RefUnwindSafe for AuthBlob
impl Send for AuthBlob
impl Sync for AuthBlob
impl Unpin for AuthBlob
impl UnsafeUnpin for AuthBlob
impl UnwindSafe for AuthBlob
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