Enum geo_aid::script::compile::CompiledEntity
source · pub enum CompiledEntity {
Point(CompiledPoint),
Scalar(CompiledScalar),
Circle(CompiledCircle),
Line(CompiledLine),
None,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for CompiledEntity
impl Clone for CompiledEntity
source§fn clone(&self) -> CompiledEntity
fn clone(&self) -> CompiledEntity
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 moreAuto Trait Implementations§
impl RefUnwindSafe for CompiledEntity
impl Send for CompiledEntity
impl Sync for CompiledEntity
impl Unpin for CompiledEntity
impl UnwindSafe for CompiledEntity
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