pub struct MetaPageCount { /* private fields */ }Expand description
$literal
Implementations§
Trait Implementations§
Source§impl Debug for MetaPageCount
impl Debug for MetaPageCount
Source§impl Default for MetaPageCount
impl Default for MetaPageCount
Source§impl Display for MetaPageCount
impl Display for MetaPageCount
Source§impl From<MetaPageCount> for XmlTag
impl From<MetaPageCount> for XmlTag
Source§fn from(t: MetaPageCount) -> XmlTag
fn from(t: MetaPageCount) -> XmlTag
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MetaPageCount
impl RefUnwindSafe for MetaPageCount
impl Send for MetaPageCount
impl Sync for MetaPageCount
impl Unpin for MetaPageCount
impl UnwindSafe for MetaPageCount
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