Struct nvim_utils::prelude::LuaStdLib
source · pub struct LuaStdLib(_);
Expand description
Flags describing the set of lua standard libraries to load.
Implementations§
Trait Implementations§
source§impl BitAndAssign<StdLib> for StdLib
impl BitAndAssign<StdLib> for StdLib
source§fn bitand_assign(&mut self, rhs: StdLib)
fn bitand_assign(&mut self, rhs: StdLib)
Performs the
&=
operation. Read moresource§impl BitOrAssign<StdLib> for StdLib
impl BitOrAssign<StdLib> for StdLib
source§fn bitor_assign(&mut self, rhs: StdLib)
fn bitor_assign(&mut self, rhs: StdLib)
Performs the
|=
operation. Read moresource§impl BitXorAssign<StdLib> for StdLib
impl BitXorAssign<StdLib> for StdLib
source§fn bitxor_assign(&mut self, rhs: StdLib)
fn bitxor_assign(&mut self, rhs: StdLib)
Performs the
^=
operation. Read moresource§impl Ord for StdLib
impl Ord for StdLib
source§impl PartialEq<StdLib> for StdLib
impl PartialEq<StdLib> for StdLib
source§impl PartialOrd<StdLib> for StdLib
impl PartialOrd<StdLib> for StdLib
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 more