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