Enum nvim_oxi::ObjectKind
source · [−]#[repr(C)]
pub enum ObjectKind {
Nil,
Boolean,
Integer,
Float,
String,
Array,
Dictionary,
LuaRef,
}Expand description
Specifies the kind of a Neovim Object.
Variants
Nil
Boolean
Integer
Float
String
Array
Dictionary
LuaRef
Implementations
sourceimpl ObjectKind
impl ObjectKind
Trait Implementations
sourceimpl Clone for ObjectKind
impl Clone for ObjectKind
sourcefn clone(&self) -> ObjectKind
fn clone(&self) -> ObjectKind
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ObjectKind
impl Debug for ObjectKind
sourceimpl PartialEq<ObjectKind> for ObjectKind
impl PartialEq<ObjectKind> for ObjectKind
sourcefn eq(&self, other: &ObjectKind) -> bool
fn eq(&self, other: &ObjectKind) -> bool
impl Copy for ObjectKind
impl Eq for ObjectKind
impl StructuralEq for ObjectKind
impl StructuralPartialEq for ObjectKind
Auto Trait Implementations
impl RefUnwindSafe for ObjectKind
impl Send for ObjectKind
impl Sync for ObjectKind
impl Unpin for ObjectKind
impl UnwindSafe for ObjectKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more