pub struct BindCmdAddressConfig {
pub address: String,
}Fields§
§address: StringTrait Implementations§
Source§impl Clone for BindCmdAddressConfig
impl Clone for BindCmdAddressConfig
Source§fn clone(&self) -> BindCmdAddressConfig
fn clone(&self) -> BindCmdAddressConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BindCmdAddressConfig
impl Debug for BindCmdAddressConfig
Source§impl PartialEq for BindCmdAddressConfig
impl PartialEq for BindCmdAddressConfig
Source§fn eq(&self, other: &BindCmdAddressConfig) -> bool
fn eq(&self, other: &BindCmdAddressConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BindCmdAddressConfig
Auto Trait Implementations§
impl Freeze for BindCmdAddressConfig
impl RefUnwindSafe for BindCmdAddressConfig
impl Send for BindCmdAddressConfig
impl Sync for BindCmdAddressConfig
impl Unpin for BindCmdAddressConfig
impl UnsafeUnpin for BindCmdAddressConfig
impl UnwindSafe for BindCmdAddressConfig
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