pub struct CloneEntry {
pub address: String,
}Fields§
§address: StringTrait Implementations§
Source§impl Clone for CloneEntry
impl Clone for CloneEntry
Source§fn clone(&self) -> CloneEntry
fn clone(&self) -> CloneEntry
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 CloneEntry
impl Debug for CloneEntry
Source§impl<'de> Deserialize<'de> for CloneEntry
impl<'de> Deserialize<'de> for CloneEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CloneEntry
impl RefUnwindSafe for CloneEntry
impl Send for CloneEntry
impl Sync for CloneEntry
impl Unpin for CloneEntry
impl UnwindSafe for CloneEntry
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