pub enum FhirError {
Message(String),
UnImplementation(String),
EndArrayWhileParsingList,
FromStrError(String),
}
Variants§
Implementations§
Trait Implementations§
source§impl From<EmitterError> for FhirError
impl From<EmitterError> for FhirError
source§impl From<FromUtf8Error> for FhirError
impl From<FromUtf8Error> for FhirError
source§fn from(value: FromUtf8Error) -> Self
fn from(value: FromUtf8Error) -> Self
Converts to this type from the input type.
source§impl From<Infallible> for FhirError
impl From<Infallible> for FhirError
source§fn from(value: Infallible) -> Self
fn from(value: Infallible) -> Self
Converts to this type from the input type.
source§impl From<ParseBoolError> for FhirError
impl From<ParseBoolError> for FhirError
source§fn from(value: ParseBoolError) -> Self
fn from(value: ParseBoolError) -> Self
Converts to this type from the input type.
source§impl From<ParseError> for FhirError
impl From<ParseError> for FhirError
source§fn from(value: ParseError) -> Self
fn from(value: ParseError) -> Self
Converts to this type from the input type.
source§impl From<ParseFloatError> for FhirError
impl From<ParseFloatError> for FhirError
source§fn from(value: ParseFloatError) -> Self
fn from(value: ParseFloatError) -> Self
Converts to this type from the input type.
source§impl From<ParseIntError> for FhirError
impl From<ParseIntError> for FhirError
source§fn from(value: ParseIntError) -> Self
fn from(value: ParseIntError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for FhirError
impl Send for FhirError
impl Sync for FhirError
impl Unpin for FhirError
impl UnwindSafe for FhirError
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