Enum lune_std::LuneStandardGlobal 
source · pub enum LuneStandardGlobal {
    GTable,
    Print,
    Require,
    Version,
    Warn,
}Expand description
A standard global provided by Lune.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for LuneStandardGlobal
 
impl Clone for LuneStandardGlobal
source§fn clone(&self) -> LuneStandardGlobal
 
fn clone(&self) -> LuneStandardGlobal
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 LuneStandardGlobal
 
impl Debug for LuneStandardGlobal
source§impl FromStr for LuneStandardGlobal
 
impl FromStr for LuneStandardGlobal
source§impl Hash for LuneStandardGlobal
 
impl Hash for LuneStandardGlobal
source§impl PartialEq for LuneStandardGlobal
 
impl PartialEq for LuneStandardGlobal
source§fn eq(&self, other: &LuneStandardGlobal) -> bool
 
fn eq(&self, other: &LuneStandardGlobal) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for LuneStandardGlobal
impl Eq for LuneStandardGlobal
impl StructuralPartialEq for LuneStandardGlobal
Auto Trait Implementations§
impl Freeze for LuneStandardGlobal
impl RefUnwindSafe for LuneStandardGlobal
impl Send for LuneStandardGlobal
impl Sync for LuneStandardGlobal
impl Unpin for LuneStandardGlobal
impl UnwindSafe for LuneStandardGlobal
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.