Enum nvim_oxi_api::types::ExprComparisonType
source · pub enum ExprComparisonType {
Equal,
Greater,
GreaterOrEqual,
Identical,
Matches,
}Variants§
Trait Implementations§
source§impl Clone for ExprComparisonType
impl Clone for ExprComparisonType
source§fn clone(&self) -> ExprComparisonType
fn clone(&self) -> ExprComparisonType
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 Debug for ExprComparisonType
impl Debug for ExprComparisonType
source§impl<'de> Deserialize<'de> for ExprComparisonType
impl<'de> Deserialize<'de> for ExprComparisonType
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 Hash for ExprComparisonType
impl Hash for ExprComparisonType
source§impl PartialEq for ExprComparisonType
impl PartialEq for ExprComparisonType
source§fn eq(&self, other: &ExprComparisonType) -> bool
fn eq(&self, other: &ExprComparisonType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ExprComparisonType
impl PartialOrd for ExprComparisonType
source§fn partial_cmp(&self, other: &ExprComparisonType) -> Option<Ordering>
fn partial_cmp(&self, other: &ExprComparisonType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ExprComparisonType
impl Eq for ExprComparisonType
impl StructuralPartialEq for ExprComparisonType
Auto Trait Implementations§
impl Freeze for ExprComparisonType
impl RefUnwindSafe for ExprComparisonType
impl Send for ExprComparisonType
impl Sync for ExprComparisonType
impl Unpin for ExprComparisonType
impl UnwindSafe for ExprComparisonType
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> IntoResult<T> for T
impl<T> IntoResult<T> for T
§type Error = Infallible
type Error = Infallible
The error type in the returned
Result.source§fn into_result(self) -> Result<T, <T as IntoResult<T>>::Error>
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Error>
Converts the value into a
Result.