pub struct ParsedManifest {
pub file_key_idx: u16,
}Expand description
Thin record for a single loaded manifest file. Stores only the key_idx of the file root record in the shared KeyList.
Fields§
§file_key_idx: u16Auto Trait Implementations§
impl Freeze for ParsedManifest
impl RefUnwindSafe for ParsedManifest
impl Send for ParsedManifest
impl Sync for ParsedManifest
impl Unpin for ParsedManifest
impl UnsafeUnpin for ParsedManifest
impl UnwindSafe for ParsedManifest
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