Enum nvim_oxi_api::types::ExprVarScope
source · #[repr(u8)]pub enum ExprVarScope {
Missing = 0,
Script = 115,
Global = 103,
Vim = 118,
Buffer = 98,
Window = 119,
Tabpage = 116,
Local = 108,
Arguments = 97,
}Variants§
Missing = 0
Script = 115
Global = 103
Vim = 118
Buffer = 98
Window = 119
Tabpage = 116
Local = 108
Arguments = 97
Trait Implementations§
source§impl Clone for ExprVarScope
impl Clone for ExprVarScope
source§fn clone(&self) -> ExprVarScope
fn clone(&self) -> ExprVarScope
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 ExprVarScope
impl Debug for ExprVarScope
source§impl<'de> Deserialize<'de> for ExprVarScope
impl<'de> Deserialize<'de> for ExprVarScope
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 ExprVarScope
impl Hash for ExprVarScope
source§impl PartialEq for ExprVarScope
impl PartialEq for ExprVarScope
source§fn eq(&self, other: &ExprVarScope) -> bool
fn eq(&self, other: &ExprVarScope) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ExprVarScope
impl PartialOrd for ExprVarScope
source§fn partial_cmp(&self, other: &ExprVarScope) -> Option<Ordering>
fn partial_cmp(&self, other: &ExprVarScope) -> 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 ExprVarScope
impl Eq for ExprVarScope
impl StructuralPartialEq for ExprVarScope
Auto Trait Implementations§
impl Freeze for ExprVarScope
impl RefUnwindSafe for ExprVarScope
impl Send for ExprVarScope
impl Sync for ExprVarScope
impl Unpin for ExprVarScope
impl UnwindSafe for ExprVarScope
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.