Enum nvim_types::ObjectKind
source · [−]#[repr(C)]
pub enum ObjectKind {
Nil,
Boolean,
Integer,
Float,
String,
Array,
Dictionary,
LuaRef,
}Variants
Nil
Boolean
Integer
Float
String
Array
Dictionary
LuaRef
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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ObjectKind
impl Debug for ObjectKind
sourceimpl PartialEq<ObjectKind> for ObjectKind
impl PartialEq<ObjectKind> for ObjectKind
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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