pub enum InvalidAddressErrorType {
Lower,
Upper,
}
Variants§
Trait Implementations§
Source§impl Debug for InvalidAddressErrorType
impl Debug for InvalidAddressErrorType
Source§impl Display for InvalidAddressErrorType
impl Display for InvalidAddressErrorType
Source§impl PartialEq for InvalidAddressErrorType
impl PartialEq for InvalidAddressErrorType
impl StructuralPartialEq for InvalidAddressErrorType
Auto Trait Implementations§
impl Freeze for InvalidAddressErrorType
impl RefUnwindSafe for InvalidAddressErrorType
impl Send for InvalidAddressErrorType
impl Sync for InvalidAddressErrorType
impl Unpin for InvalidAddressErrorType
impl UnwindSafe for InvalidAddressErrorType
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