pub enum BytesKind {
String,
Stream,
}Expand description
Which slot the ciphertext belongs to. Drives the crypt-method choice (string vs stream) on V=4 documents and is a no-op on V=1/2.
Variants§
Trait Implementations§
impl Copy for BytesKind
impl Eq for BytesKind
impl StructuralPartialEq for BytesKind
Auto Trait Implementations§
impl Freeze for BytesKind
impl RefUnwindSafe for BytesKind
impl Send for BytesKind
impl Sync for BytesKind
impl Unpin for BytesKind
impl UnsafeUnpin for BytesKind
impl UnwindSafe for BytesKind
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