pub struct MetaPageMeta {}Expand description
The metadata of frames that holds metadata of frames.
Trait Implementations§
Source§impl Debug for MetaPageMeta
impl Debug for MetaPageMeta
Source§impl Default for MetaPageMeta
impl Default for MetaPageMeta
Source§fn default() -> MetaPageMeta
fn default() -> MetaPageMeta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetaPageMeta
impl RefUnwindSafe for MetaPageMeta
impl Send for MetaPageMeta
impl Sync for MetaPageMeta
impl Unpin for MetaPageMeta
impl UnwindSafe for MetaPageMeta
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