pub struct InstrNUMPAGES {}
Implementations§
Source§impl InstrNUMPAGES
impl InstrNUMPAGES
Trait Implementations§
Source§impl Clone for InstrNUMPAGES
impl Clone for InstrNUMPAGES
Source§fn clone(&self) -> InstrNUMPAGES
fn clone(&self) -> InstrNUMPAGES
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InstrNUMPAGES
impl Debug for InstrNUMPAGES
Source§impl Default for InstrNUMPAGES
impl Default for InstrNUMPAGES
Source§fn default() -> InstrNUMPAGES
fn default() -> InstrNUMPAGES
Returns the “default value” for a type. Read more
Source§impl PartialEq for InstrNUMPAGES
impl PartialEq for InstrNUMPAGES
Source§impl Serialize for InstrNUMPAGES
impl Serialize for InstrNUMPAGES
impl BuildXML for InstrNUMPAGES
impl StructuralPartialEq for InstrNUMPAGES
Auto Trait Implementations§
impl Freeze for InstrNUMPAGES
impl RefUnwindSafe for InstrNUMPAGES
impl Send for InstrNUMPAGES
impl Sync for InstrNUMPAGES
impl Unpin for InstrNUMPAGES
impl UnwindSafe for InstrNUMPAGES
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