pub struct UncertaintyCode(/* private fields */);Expand description
An open uncertainty kind or reason code.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for UncertaintyCode
impl AsRef<str> for UncertaintyCode
Source§impl Clone for UncertaintyCode
impl Clone for UncertaintyCode
Source§fn clone(&self) -> UncertaintyCode
fn clone(&self) -> UncertaintyCode
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 UncertaintyCode
impl Debug for UncertaintyCode
Source§impl<'de> Deserialize<'de> for UncertaintyCode
impl<'de> Deserialize<'de> for UncertaintyCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for UncertaintyCode
impl Display for UncertaintyCode
impl Eq for UncertaintyCode
Source§impl From<&str> for UncertaintyCode
impl From<&str> for UncertaintyCode
Source§impl From<String> for UncertaintyCode
impl From<String> for UncertaintyCode
Source§impl Hash for UncertaintyCode
impl Hash for UncertaintyCode
Source§impl Ord for UncertaintyCode
impl Ord for UncertaintyCode
Source§fn cmp(&self, other: &UncertaintyCode) -> Ordering
fn cmp(&self, other: &UncertaintyCode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UncertaintyCode
impl PartialEq for UncertaintyCode
Source§impl PartialOrd for UncertaintyCode
impl PartialOrd for UncertaintyCode
Source§impl Serialize for UncertaintyCode
impl Serialize for UncertaintyCode
impl StructuralPartialEq for UncertaintyCode
Auto Trait Implementations§
impl Freeze for UncertaintyCode
impl RefUnwindSafe for UncertaintyCode
impl Send for UncertaintyCode
impl Sync for UncertaintyCode
impl Unpin for UncertaintyCode
impl UnsafeUnpin for UncertaintyCode
impl UnwindSafe for UncertaintyCode
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