Enum extfg_sigma::IsoFieldData
source · [−]Variants
String(String)
Raw(Vec<u8>)
Implementations
sourceimpl IsoFieldData
impl IsoFieldData
Trait Implementations
sourceimpl Clone for IsoFieldData
impl Clone for IsoFieldData
sourcefn clone(&self) -> IsoFieldData
fn clone(&self) -> IsoFieldData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IsoFieldData
impl Debug for IsoFieldData
sourceimpl From<&[u8]> for IsoFieldData
impl From<&[u8]> for IsoFieldData
sourceimpl From<&str> for IsoFieldData
impl From<&str> for IsoFieldData
sourceimpl From<String> for IsoFieldData
impl From<String> for IsoFieldData
sourceimpl PartialEq<IsoFieldData> for IsoFieldData
impl PartialEq<IsoFieldData> for IsoFieldData
sourcefn eq(&self, other: &IsoFieldData) -> bool
fn eq(&self, other: &IsoFieldData) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &IsoFieldData) -> bool
fn ne(&self, other: &IsoFieldData) -> bool
This method tests for !=.
impl StructuralPartialEq for IsoFieldData
Auto Trait Implementations
impl RefUnwindSafe for IsoFieldData
impl Send for IsoFieldData
impl Sync for IsoFieldData
impl Unpin for IsoFieldData
impl UnwindSafe for IsoFieldData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more