pub enum PostcodeError {
UnsupportedCountry,
}Variants§
UnsupportedCountry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostcodeError
impl RefUnwindSafe for PostcodeError
impl Send for PostcodeError
impl Sync for PostcodeError
impl Unpin for PostcodeError
impl UnsafeUnpin for PostcodeError
impl UnwindSafe for PostcodeError
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