pub enum IgnoreLocalKind {
NONE = 0,
PARTICIPANT = 1,
PROCESS = 2,
}Variants§
Trait Implementations§
Source§impl Clone for IgnoreLocalKind
impl Clone for IgnoreLocalKind
Source§fn clone(&self) -> IgnoreLocalKind
fn clone(&self) -> IgnoreLocalKind
Returns a copy 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 IgnoreLocalKind
impl Debug for IgnoreLocalKind
Source§impl Default for IgnoreLocalKind
impl Default for IgnoreLocalKind
Source§fn default() -> IgnoreLocalKind
fn default() -> IgnoreLocalKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IgnoreLocalKind
impl<'de> Deserialize<'de> for IgnoreLocalKind
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<&u32> for IgnoreLocalKind
impl From<&u32> for IgnoreLocalKind
Source§fn from(from: &dds_ignorelocal_kind_t) -> Self
fn from(from: &dds_ignorelocal_kind_t) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IgnoreLocalKind
impl PartialEq for IgnoreLocalKind
Source§impl Serialize for IgnoreLocalKind
impl Serialize for IgnoreLocalKind
impl Copy for IgnoreLocalKind
impl Eq for IgnoreLocalKind
impl StructuralPartialEq for IgnoreLocalKind
Auto Trait Implementations§
impl Freeze for IgnoreLocalKind
impl RefUnwindSafe for IgnoreLocalKind
impl Send for IgnoreLocalKind
impl Sync for IgnoreLocalKind
impl Unpin for IgnoreLocalKind
impl UnwindSafe for IgnoreLocalKind
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