pub enum DataInformationError {
NoData,
DataTooLong,
DataTooShort,
InvalidValueInformation,
}Variants§
Trait Implementations§
source§impl Debug for DataInformationError
impl Debug for DataInformationError
source§impl From<DataInformationError> for DataRecordError
impl From<DataInformationError> for DataRecordError
source§fn from(error: DataInformationError) -> Self
fn from(error: DataInformationError) -> Self
Converts to this type from the input type.
source§impl PartialEq for DataInformationError
impl PartialEq for DataInformationError
source§fn eq(&self, other: &DataInformationError) -> bool
fn eq(&self, other: &DataInformationError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataInformationError
Auto Trait Implementations§
impl Freeze for DataInformationError
impl RefUnwindSafe for DataInformationError
impl Send for DataInformationError
impl Sync for DataInformationError
impl Unpin for DataInformationError
impl UnwindSafe for DataInformationError
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