pub struct PageMetaModel {
pub nr_children: u16,
pub stray: bool,
}Fields§
§nr_children: u16§stray: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PageMetaModel
impl RefUnwindSafe for PageMetaModel
impl Send for PageMetaModel
impl Sync for PageMetaModel
impl Unpin for PageMetaModel
impl UnwindSafe for PageMetaModel
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