pub struct EncodedEntry { /* private fields */ }Expand description
An entry, fully encoded and ready for the database.
Implementations§
Source§impl EncodedEntry
impl EncodedEntry
pub fn from_entry(schema: &Schema, entry: Entry) -> (Self, EntryRef)
Sourcepub fn required_refs(&self) -> &[Hash]
pub fn required_refs(&self) -> &[Hash]
Get the hashes that are required for validation
Auto Trait Implementations§
impl Freeze for EncodedEntry
impl RefUnwindSafe for EncodedEntry
impl Send for EncodedEntry
impl Sync for EncodedEntry
impl Unpin for EncodedEntry
impl UnwindSafe for EncodedEntry
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