pub struct AddressDecoded {
pub length: u8,
pub toa: Toa,
pub number: String,
}Expand description
— Address Field —
Fields§
§length: u8§toa: Toa§number: StringTrait Implementations§
Source§impl Debug for AddressDecoded
impl Debug for AddressDecoded
Source§impl PartialEq for AddressDecoded
impl PartialEq for AddressDecoded
impl StructuralPartialEq for AddressDecoded
Auto Trait Implementations§
impl Freeze for AddressDecoded
impl RefUnwindSafe for AddressDecoded
impl Send for AddressDecoded
impl Sync for AddressDecoded
impl Unpin for AddressDecoded
impl UnwindSafe for AddressDecoded
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