pub struct IpAssignment {
pub ip: Ipv4Addr,
pub node_id: NodeId,
}Fields§
§ip: Ipv4Addr§node_id: NodeIdTrait Implementations§
Source§impl Clone for IpAssignment
impl Clone for IpAssignment
Source§fn clone(&self) -> IpAssignment
fn clone(&self) -> IpAssignment
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 IpAssignment
impl Debug for IpAssignment
Source§impl<'de> Deserialize<'de> for IpAssignment
impl<'de> Deserialize<'de> for IpAssignment
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 IpAssignment
impl RefUnwindSafe for IpAssignment
impl Send for IpAssignment
impl Sync for IpAssignment
impl Unpin for IpAssignment
impl UnwindSafe for IpAssignment
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