pub struct MulticastGroup { /* private fields */ }Implementations§
Source§impl MulticastGroup
impl MulticastGroup
pub fn description<T>(self, value: T) -> Self
pub fn has_any_source_member<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn ip_pool_id<T>(self, value: T) -> Self
pub fn multicast_ip<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn source_ips<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn time_created<T>(self, value: T) -> Self
pub fn time_modified<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MulticastGroup
impl Clone for MulticastGroup
Source§fn clone(&self) -> MulticastGroup
fn clone(&self) -> MulticastGroup
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 MulticastGroup
impl Debug for MulticastGroup
Source§impl Default for MulticastGroup
impl Default for MulticastGroup
Source§impl From<MulticastGroup> for MulticastGroup
impl From<MulticastGroup> for MulticastGroup
Source§fn from(value: MulticastGroup) -> Self
fn from(value: MulticastGroup) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MulticastGroup> for MulticastGroup
impl TryFrom<MulticastGroup> for MulticastGroup
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: MulticastGroup) -> Result<Self, ConversionError>
fn try_from(value: MulticastGroup) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MulticastGroup
impl RefUnwindSafe for MulticastGroup
impl Send for MulticastGroup
impl Sync for MulticastGroup
impl Unpin for MulticastGroup
impl UnsafeUnpin for MulticastGroup
impl UnwindSafe for MulticastGroup
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