pub struct InvalidAddressType {
pub invalid_type: u8,
}Expand description
Error that can happen during conversion from an unsigned integer to an
AddressKind.
Fields§
§invalid_type: u8The invalid type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidAddressType
impl RefUnwindSafe for InvalidAddressType
impl Send for InvalidAddressType
impl Sync for InvalidAddressType
impl Unpin for InvalidAddressType
impl UnwindSafe for InvalidAddressType
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