pub struct Trailer {
pub size: usize,
pub info: Option<ObjRef>,
pub root: ObjRef,
}Expand description
The trailer of the document
Fields§
§size: usizeThe size of the document / number of objects
info: Option<ObjRef>Optional reference to the info struct
root: ObjRefRefernce to the root/catalog
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trailer
impl RefUnwindSafe for Trailer
impl Send for Trailer
impl Sync for Trailer
impl Unpin for Trailer
impl UnwindSafe for Trailer
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