pub struct AddressListOption(/* private fields */);Expand description
This represents one of several Message options that takes a list of Ipv4Addr values.
Implementations§
Trait Implementations§
Source§impl Clone for AddressListOption
impl Clone for AddressListOption
Source§fn clone(&self) -> AddressListOption
fn clone(&self) -> AddressListOption
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AddressListOption
impl Debug for AddressListOption
Source§impl<'de> Deserialize<'de> for AddressListOption
impl<'de> Deserialize<'de> for AddressListOption
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
Source§impl From<&[u8]> for AddressListOption
impl From<&[u8]> for AddressListOption
Source§impl Into<String> for AddressListOption
impl Into<String> for AddressListOption
Source§impl PartialEq for AddressListOption
impl PartialEq for AddressListOption
Source§impl Serialize for AddressListOption
impl Serialize for AddressListOption
impl StructuralPartialEq for AddressListOption
Auto Trait Implementations§
impl Freeze for AddressListOption
impl RefUnwindSafe for AddressListOption
impl Send for AddressListOption
impl Sync for AddressListOption
impl Unpin for AddressListOption
impl UnwindSafe for AddressListOption
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