pub struct OperatorIndex { /* private fields */ }Trait Implementations§
Source§impl Clone for OperatorIndex
impl Clone for OperatorIndex
Source§fn clone(&self) -> OperatorIndex
fn clone(&self) -> OperatorIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OperatorIndex
Source§impl Debug for OperatorIndex
impl Debug for OperatorIndex
Source§impl Default for OperatorIndex
impl Default for OperatorIndex
Source§fn default() -> OperatorIndex
fn default() -> OperatorIndex
Returns the “default value” for a type. Read more
Source§impl Display for OperatorIndex
impl Display for OperatorIndex
impl Eq for OperatorIndex
Source§impl Ord for OperatorIndex
impl Ord for OperatorIndex
Source§fn cmp(&self, other: &OperatorIndex) -> Ordering
fn cmp(&self, other: &OperatorIndex) -> Ordering
1.21.0 (const: unstable) · 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 PartialEq for OperatorIndex
impl PartialEq for OperatorIndex
Source§fn eq(&self, other: &OperatorIndex) -> bool
fn eq(&self, other: &OperatorIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OperatorIndex
impl PartialOrd for OperatorIndex
impl StructuralPartialEq for OperatorIndex
Auto Trait Implementations§
impl Freeze for OperatorIndex
impl RefUnwindSafe for OperatorIndex
impl Send for OperatorIndex
impl Sync for OperatorIndex
impl Unpin for OperatorIndex
impl UnsafeUnpin for OperatorIndex
impl UnwindSafe for OperatorIndex
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