pub enum FunctionScope {
Universe,
Galaxy,
Sector,
World,
Realm,
Region,
Area,
Location,
Room,
Point,
}Variants§
Implementations§
Source§impl FunctionScope
impl FunctionScope
pub const ALL: &[FunctionScope]
Trait Implementations§
Source§impl Clone for FunctionScope
impl Clone for FunctionScope
Source§fn clone(&self) -> FunctionScope
fn clone(&self) -> FunctionScope
Returns a duplicate 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 FunctionScope
impl Debug for FunctionScope
Source§impl<'de> Deserialize<'de> for FunctionScope
impl<'de> Deserialize<'de> for FunctionScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for FunctionScope
impl Hash for FunctionScope
Source§impl PartialEq for FunctionScope
impl PartialEq for FunctionScope
Source§impl Serialize for FunctionScope
impl Serialize for FunctionScope
impl Copy for FunctionScope
impl Eq for FunctionScope
impl StructuralPartialEq for FunctionScope
Auto Trait Implementations§
impl Freeze for FunctionScope
impl RefUnwindSafe for FunctionScope
impl Send for FunctionScope
impl Sync for FunctionScope
impl Unpin for FunctionScope
impl UnsafeUnpin for FunctionScope
impl UnwindSafe for FunctionScope
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