Enum webrtc_media::track::constraint::NonNumericKind [−][src]
pub enum NonNumericKind<T> {
Exists {
is_expected: bool,
},
Exactly {
value: T,
},
AnyOf {
values: Vec<T>,
ideal: Option<T>,
},
}
Variants
Exists
Fields
is_expected: bool
Exactly
AnyOf
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<T> RefUnwindSafe for NonNumericKind<T> where
T: RefUnwindSafe,
impl<T> Send for NonNumericKind<T> where
T: Send,
impl<T> Sync for NonNumericKind<T> where
T: Sync,
impl<T> Unpin for NonNumericKind<T> where
T: Unpin,
impl<T> UnwindSafe for NonNumericKind<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more