pub enum ExtendedDataField {
Colour,
Axis,
Graph,
}Expand description
Extended data fields.
Used to represent invalid field values for PostSystemErrors.
Variants§
Trait Implementations§
Source§impl Clone for ExtendedDataField
impl Clone for ExtendedDataField
Source§fn clone(&self) -> ExtendedDataField
fn clone(&self) -> ExtendedDataField
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 ExtendedDataField
impl Debug for ExtendedDataField
Source§impl Display for ExtendedDataField
impl Display for ExtendedDataField
Source§impl Hash for ExtendedDataField
impl Hash for ExtendedDataField
Source§impl PartialEq for ExtendedDataField
impl PartialEq for ExtendedDataField
impl Copy for ExtendedDataField
impl Eq for ExtendedDataField
impl StructuralPartialEq for ExtendedDataField
Auto Trait Implementations§
impl Freeze for ExtendedDataField
impl RefUnwindSafe for ExtendedDataField
impl Send for ExtendedDataField
impl Sync for ExtendedDataField
impl Unpin for ExtendedDataField
impl UnwindSafe for ExtendedDataField
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.