pub struct MatrixSelector {
pub vs: VectorSelector,
pub range: Duration,
}
Fields§
§vs: VectorSelector
§range: Duration
Trait Implementations§
Source§impl Clone for MatrixSelector
impl Clone for MatrixSelector
Source§fn clone(&self) -> MatrixSelector
fn clone(&self) -> MatrixSelector
Returns a duplicate 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 MatrixSelector
impl Debug for MatrixSelector
Source§impl Display for MatrixSelector
impl Display for MatrixSelector
Source§impl PartialEq for MatrixSelector
impl PartialEq for MatrixSelector
Source§impl Prettier for MatrixSelector
impl Prettier for MatrixSelector
impl Eq for MatrixSelector
impl StructuralPartialEq for MatrixSelector
Auto Trait Implementations§
impl Freeze for MatrixSelector
impl RefUnwindSafe for MatrixSelector
impl Send for MatrixSelector
impl Sync for MatrixSelector
impl Unpin for MatrixSelector
impl UnwindSafe for MatrixSelector
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.