Struct srt_protocol::packet::FilterSpec
source · pub struct FilterSpec(pub BTreeMap<String, String>);Tuple Fields§
§0: BTreeMap<String, String>Trait Implementations§
source§impl Clone for FilterSpec
impl Clone for FilterSpec
source§fn clone(&self) -> FilterSpec
fn clone(&self) -> FilterSpec
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 FilterSpec
impl Debug for FilterSpec
source§impl Display for FilterSpec
impl Display for FilterSpec
source§impl PartialEq<FilterSpec> for FilterSpec
impl PartialEq<FilterSpec> for FilterSpec
source§fn eq(&self, other: &FilterSpec) -> bool
fn eq(&self, other: &FilterSpec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FilterSpec
impl StructuralEq for FilterSpec
impl StructuralPartialEq for FilterSpec
Auto Trait Implementations§
impl RefUnwindSafe for FilterSpec
impl Send for FilterSpec
impl Sync for FilterSpec
impl Unpin for FilterSpec
impl UnwindSafe for FilterSpec
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.