pub struct PositiveInteger(/* private fields */);Expand description
XML Schema positiveInteger, preserved after whitespace collapse.
Implementations§
Trait Implementations§
Source§impl Clone for PositiveInteger
impl Clone for PositiveInteger
Source§fn clone(&self) -> PositiveInteger
fn clone(&self) -> PositiveInteger
Returns a copy 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 PositiveInteger
impl Debug for PositiveInteger
Source§impl FromStr for PositiveInteger
impl FromStr for PositiveInteger
Source§impl Hash for PositiveInteger
impl Hash for PositiveInteger
Source§impl PartialEq for PositiveInteger
impl PartialEq for PositiveInteger
impl Eq for PositiveInteger
impl StructuralPartialEq for PositiveInteger
Auto Trait Implementations§
impl Freeze for PositiveInteger
impl RefUnwindSafe for PositiveInteger
impl Send for PositiveInteger
impl Sync for PositiveInteger
impl Unpin for PositiveInteger
impl UnwindSafe for PositiveInteger
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