Struct assembly_fdb::value::UnknownValueType
pub struct UnknownValueType(_);
Expand description
This represents a value type that could not be parsed
Implementations§
§impl UnknownValueType
impl UnknownValueType
Trait Implementations§
§impl Debug for UnknownValueType
impl Debug for UnknownValueType
§impl Display for UnknownValueType
impl Display for UnknownValueType
§impl Error for UnknownValueType
impl Error for UnknownValueType
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<UnknownValueType> for BuilderError
impl From<UnknownValueType> for BuilderError
source§fn from(source: UnknownValueType) -> Self
fn from(source: UnknownValueType) -> Self
Converts to this type from the input type.
§impl PartialEq<UnknownValueType> for UnknownValueType
impl PartialEq<UnknownValueType> for UnknownValueType
§fn eq(&self, other: &UnknownValueType) -> bool
fn eq(&self, other: &UnknownValueType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UnknownValueType
impl StructuralEq for UnknownValueType
impl StructuralPartialEq for UnknownValueType
Auto Trait Implementations§
impl RefUnwindSafe for UnknownValueType
impl Send for UnknownValueType
impl Sync for UnknownValueType
impl Unpin for UnknownValueType
impl UnwindSafe for UnknownValueType
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