pub struct YamlNumber { /* private fields */ }Expand description
An exact, finite YAML number normalized for semantic comparison.
Implementations§
Source§impl YamlNumber
impl YamlNumber
Trait Implementations§
Source§impl Clone for YamlNumber
impl Clone for YamlNumber
Source§fn clone(&self) -> YamlNumber
fn clone(&self) -> YamlNumber
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 YamlNumber
impl Debug for YamlNumber
impl Eq for YamlNumber
Auto Trait Implementations§
impl Freeze for YamlNumber
impl RefUnwindSafe for YamlNumber
impl Send for YamlNumber
impl Sync for YamlNumber
impl Unpin for YamlNumber
impl UnsafeUnpin for YamlNumber
impl UnwindSafe for YamlNumber
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