Enum yazi_plugin::ValueSendableKey
source · pub enum ValueSendableKey {
Nil,
Boolean(bool),
Integer(i64),
Number(OrderedFloat),
String(Vec<u8>),
}Variants§
Trait Implementations§
source§impl Debug for ValueSendableKey
impl Debug for ValueSendableKey
source§impl Hash for ValueSendableKey
impl Hash for ValueSendableKey
source§impl<'lua> IntoLua<'lua> for ValueSendableKey
impl<'lua> IntoLua<'lua> for ValueSendableKey
source§impl PartialEq for ValueSendableKey
impl PartialEq for ValueSendableKey
source§fn eq(&self, other: &ValueSendableKey) -> bool
fn eq(&self, other: &ValueSendableKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryInto<ValueSendableKey> for ValueSendable
impl TryInto<ValueSendableKey> for ValueSendable
impl Eq for ValueSendableKey
impl StructuralPartialEq for ValueSendableKey
Auto Trait Implementations§
impl RefUnwindSafe for ValueSendableKey
impl Send for ValueSendableKey
impl Sync for ValueSendableKey
impl Unpin for ValueSendableKey
impl UnwindSafe for ValueSendableKey
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<'lua, T> IntoLuaMulti<'lua> for Twhere
T: IntoLua<'lua>,
impl<'lua, T> IntoLuaMulti<'lua> for Twhere
T: IntoLua<'lua>,
source§fn into_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
fn into_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
Performs the conversion.