pub enum IdentifierMode {
List,
Mask,
}
Expand description
The filter can be configured to filter the messages by matching an identifier or by bitwise matching multiple identifiers.
Variants
List
A mask is used to filter the messages
Mask
The value of the identifier is used to filter the messages
Trait Implementations
sourceimpl Clone for IdentifierMode
impl Clone for IdentifierMode
sourcefn clone(&self) -> IdentifierMode
fn clone(&self) -> IdentifierMode
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IdentifierMode
impl Debug for IdentifierMode
impl Copy for IdentifierMode
Auto Trait Implementations
impl RefUnwindSafe for IdentifierMode
impl Send for IdentifierMode
impl Sync for IdentifierMode
impl Unpin for IdentifierMode
impl UnwindSafe for IdentifierMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more