pub struct RawEdbEntry {
pub tag: Tag,
pub value: EncValue,
}Expand description
A single (tag, ciphertext) pair ready to be written to the EDB.
Fields§
§tag: Tag§value: EncValueAuto Trait Implementations§
impl Freeze for RawEdbEntry
impl RefUnwindSafe for RawEdbEntry
impl Send for RawEdbEntry
impl Sync for RawEdbEntry
impl Unpin for RawEdbEntry
impl UnsafeUnpin for RawEdbEntry
impl UnwindSafe for RawEdbEntry
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