pub enum TryFromAbbreviationError {
InvalidAbbreviation,
}Variants§
InvalidAbbreviation
The given abbreviation is not recognized in this region.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TryFromAbbreviationError
impl RefUnwindSafe for TryFromAbbreviationError
impl Send for TryFromAbbreviationError
impl Sync for TryFromAbbreviationError
impl Unpin for TryFromAbbreviationError
impl UnwindSafe for TryFromAbbreviationError
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