Struct webrtc_media::track::constraint::NonNumeric
source · [−]pub struct NonNumeric<T> { /* private fields */ }
Implementations
sourceimpl<T> NonNumeric<T>where
T: Clone + PartialEq,
impl<T> NonNumeric<T>where
T: Clone + PartialEq,
Trait Implementations
sourceimpl<T: Clone> Clone for NonNumeric<T>
impl<T: Clone> Clone for NonNumeric<T>
sourcefn clone(&self) -> NonNumeric<T>
fn clone(&self) -> NonNumeric<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<T: Debug> Debug for NonNumeric<T>
impl<T: Debug> Debug for NonNumeric<T>
sourceimpl<T: PartialEq> PartialEq<NonNumeric<T>> for NonNumeric<T>
impl<T: PartialEq> PartialEq<NonNumeric<T>> for NonNumeric<T>
sourcefn eq(&self, other: &NonNumeric<T>) -> bool
fn eq(&self, other: &NonNumeric<T>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl<T: Eq> Eq for NonNumeric<T>
impl<T> StructuralEq for NonNumeric<T>
impl<T> StructuralPartialEq for NonNumeric<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for NonNumeric<T>where
T: RefUnwindSafe,
impl<T> Send for NonNumeric<T>where
T: Send,
impl<T> Sync for NonNumeric<T>where
T: Sync,
impl<T> Unpin for NonNumeric<T>where
T: Unpin,
impl<T> UnwindSafe for NonNumeric<T>where
T: UnwindSafe,
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