pub struct MetaIndices {
pub load: Option<u16>,
pub store: Option<u16>,
pub state: Option<u16>,
}Expand description
Indices of meta records for a given node, collected from root to node (child overrides parent).
Fields§
§load: Option<u16>§store: Option<u16>§state: Option<u16>Trait Implementations§
Source§impl Debug for MetaIndices
impl Debug for MetaIndices
Source§impl Default for MetaIndices
impl Default for MetaIndices
Source§fn default() -> MetaIndices
fn default() -> MetaIndices
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetaIndices
impl RefUnwindSafe for MetaIndices
impl Send for MetaIndices
impl Sync for MetaIndices
impl Unpin for MetaIndices
impl UnsafeUnpin for MetaIndices
impl UnwindSafe for MetaIndices
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