pub struct SerializedAddress { /* private fields */ }Trait Implementations§
Source§impl Clone for SerializedAddress
impl Clone for SerializedAddress
Source§fn clone(&self) -> SerializedAddress
fn clone(&self) -> SerializedAddress
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 SerializedAddress
impl Debug for SerializedAddress
Source§impl Decode for SerializedAddress
impl Decode for SerializedAddress
Source§impl PartialEq for SerializedAddress
impl PartialEq for SerializedAddress
impl Eq for SerializedAddress
impl StructuralPartialEq for SerializedAddress
Auto Trait Implementations§
impl Freeze for SerializedAddress
impl RefUnwindSafe for SerializedAddress
impl Send for SerializedAddress
impl Sync for SerializedAddress
impl Unpin for SerializedAddress
impl UnwindSafe for SerializedAddress
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