Enum netsblox_ast::VarLocation
source · [−]pub enum VarLocation {
Global,
Field,
Local,
}Variants
Global
Field
Local
Trait Implementations
sourceimpl Clone for VarLocation
impl Clone for VarLocation
sourcefn clone(&self) -> VarLocation
fn clone(&self) -> VarLocation
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 VarLocation
impl Debug for VarLocation
impl Copy for VarLocation
Auto Trait Implementations
impl RefUnwindSafe for VarLocation
impl Send for VarLocation
impl Sync for VarLocation
impl Unpin for VarLocation
impl UnwindSafe for VarLocation
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