pub(crate) struct UnknownEraError;Expand description
Internal narrow error type for functions that only fail on unknown eras
Trait Implementations§
Source§impl From<UnknownEraError> for DateError
impl From<UnknownEraError> for DateError
Source§fn from(_value: UnknownEraError) -> Self
fn from(_value: UnknownEraError) -> Self
Converts to this type from the input type.
Source§impl From<UnknownEraError> for DateFromFieldsError
impl From<UnknownEraError> for DateFromFieldsError
Source§fn from(_value: UnknownEraError) -> Self
fn from(_value: UnknownEraError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnknownEraError
impl RefUnwindSafe for UnknownEraError
impl Send for UnknownEraError
impl Sync for UnknownEraError
impl Unpin for UnknownEraError
impl UnsafeUnpin for UnknownEraError
impl UnwindSafe for UnknownEraError
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