pub struct AddressString { /* private fields */ }Expand description
Inline address string (max 126 bytes)
Implementations§
Trait Implementations§
Source§impl Clone for AddressString
impl Clone for AddressString
Source§fn clone(&self) -> AddressString
fn clone(&self) -> AddressString
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AddressString
impl Debug for AddressString
Source§impl PartialEq for AddressString
impl PartialEq for AddressString
impl Eq for AddressString
impl StructuralPartialEq for AddressString
Auto Trait Implementations§
impl Freeze for AddressString
impl RefUnwindSafe for AddressString
impl Send for AddressString
impl Sync for AddressString
impl Unpin for AddressString
impl UnsafeUnpin for AddressString
impl UnwindSafe for AddressString
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