#[repr(u8)]pub enum DatastoreGroupKeyMulticastPolicy {
Pergroupid = 0,
Allnodes = 1,
}Variants§
Pergroupid = 0
Indicates filtering of multicast messages for a specific Group ID
Allnodes = 1
Indicates not filtering of multicast messages
Implementations§
Trait Implementations§
Source§impl Clone for DatastoreGroupKeyMulticastPolicy
impl Clone for DatastoreGroupKeyMulticastPolicy
Source§fn clone(&self) -> DatastoreGroupKeyMulticastPolicy
fn clone(&self) -> DatastoreGroupKeyMulticastPolicy
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<'de> Deserialize<'de> for DatastoreGroupKeyMulticastPolicy
impl<'de> Deserialize<'de> for DatastoreGroupKeyMulticastPolicy
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<DatastoreGroupKeyMulticastPolicy> for u8
impl From<DatastoreGroupKeyMulticastPolicy> for u8
Source§fn from(val: DatastoreGroupKeyMulticastPolicy) -> Self
fn from(val: DatastoreGroupKeyMulticastPolicy) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DatastoreGroupKeyMulticastPolicy
impl PartialEq for DatastoreGroupKeyMulticastPolicy
Source§fn eq(&self, other: &DatastoreGroupKeyMulticastPolicy) -> bool
fn eq(&self, other: &DatastoreGroupKeyMulticastPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DatastoreGroupKeyMulticastPolicy
impl Eq for DatastoreGroupKeyMulticastPolicy
impl StructuralPartialEq for DatastoreGroupKeyMulticastPolicy
Auto Trait Implementations§
impl Freeze for DatastoreGroupKeyMulticastPolicy
impl RefUnwindSafe for DatastoreGroupKeyMulticastPolicy
impl Send for DatastoreGroupKeyMulticastPolicy
impl Sync for DatastoreGroupKeyMulticastPolicy
impl Unpin for DatastoreGroupKeyMulticastPolicy
impl UnwindSafe for DatastoreGroupKeyMulticastPolicy
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