Struct transmog_versions::UnknownVersion
source · pub struct UnknownVersion(pub u64);
Expand description
An unknown version was encountered.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Debug for UnknownVersion
impl Debug for UnknownVersion
source§impl Display for UnknownVersion
impl Display for UnknownVersion
source§impl Error for UnknownVersion
impl Error for UnknownVersion
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<E: Display> From<UnknownVersion> for Error<E>
impl<E: Display> From<UnknownVersion> for Error<E>
source§fn from(source: UnknownVersion) -> Self
fn from(source: UnknownVersion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for UnknownVersion
impl Send for UnknownVersion
impl Sync for UnknownVersion
impl Unpin for UnknownVersion
impl UnwindSafe for UnknownVersion
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