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§fn clone_from(&mut self, source: &Self)
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
Source§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type