pub struct NoOperator<T, U, H, J, F> { /* private fields */ }
Expand description
Fake Operators for testing No-op operator with free choice of the types
Implementations§
Source§impl<T, U, H, J, F> NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> NoOperator<T, U, H, J, F>
Trait Implementations§
Source§impl<T, U, H, J, F> ArgminOp for NoOperator<T, U, H, J, F>where
T: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
U: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
H: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
J: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
F: ArgminFloat,
impl<T, U, H, J, F> ArgminOp for NoOperator<T, U, H, J, F>where
T: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
U: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
H: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
J: Clone + Default + Debug + Send + Sync + Serialize + DeserializeOwned,
F: ArgminFloat,
Source§impl<T: Clone, U: Clone, H: Clone, J: Clone, F: Clone> Clone for NoOperator<T, U, H, J, F>
impl<T: Clone, U: Clone, H: Clone, J: Clone, F: Clone> Clone for NoOperator<T, U, H, J, F>
Source§fn clone(&self) -> NoOperator<T, U, H, J, F>
fn clone(&self) -> NoOperator<T, U, H, J, F>
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<T: Default, U: Default, H: Default, J: Default, F: Default> Default for NoOperator<T, U, H, J, F>
impl<T: Default, U: Default, H: Default, J: Default, F: Default> Default for NoOperator<T, U, H, J, F>
Source§fn default() -> NoOperator<T, U, H, J, F>
fn default() -> NoOperator<T, U, H, J, F>
Returns the “default value” for a type. Read more
Source§impl<'de, T, U, H, J, F> Deserialize<'de> for NoOperator<T, U, H, J, F>
impl<'de, T, U, H, J, F> Deserialize<'de> for NoOperator<T, U, H, J, F>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<T, U, H, J, F> Display for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> Display for NoOperator<T, U, H, J, F>
Source§impl<T: Ord, U: Ord, H: Ord, J: Ord, F: Ord> Ord for NoOperator<T, U, H, J, F>
impl<T: Ord, U: Ord, H: Ord, J: Ord, F: Ord> Ord for NoOperator<T, U, H, J, F>
Source§fn cmp(&self, other: &NoOperator<T, U, H, J, F>) -> Ordering
fn cmp(&self, other: &NoOperator<T, U, H, J, F>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialEq, U: PartialEq, H: PartialEq, J: PartialEq, F: PartialEq> PartialEq for NoOperator<T, U, H, J, F>
impl<T: PartialEq, U: PartialEq, H: PartialEq, J: PartialEq, F: PartialEq> PartialEq for NoOperator<T, U, H, J, F>
Source§impl<T: PartialOrd, U: PartialOrd, H: PartialOrd, J: PartialOrd, F: PartialOrd> PartialOrd for NoOperator<T, U, H, J, F>
impl<T: PartialOrd, U: PartialOrd, H: PartialOrd, J: PartialOrd, F: PartialOrd> PartialOrd for NoOperator<T, U, H, J, F>
Source§impl<T, U, H, J, F> Serialize for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> Serialize for NoOperator<T, U, H, J, F>
impl<T: Copy, U: Copy, H: Copy, J: Copy, F: Copy> Copy for NoOperator<T, U, H, J, F>
impl<T: Eq, U: Eq, H: Eq, J: Eq, F: Eq> Eq for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> StructuralPartialEq for NoOperator<T, U, H, J, F>
Auto Trait Implementations§
impl<T, U, H, J, F> Freeze for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> RefUnwindSafe for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> Send for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> Sync for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> Unpin for NoOperator<T, U, H, J, F>
impl<T, U, H, J, F> UnwindSafe for NoOperator<T, U, H, J, F>
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