Enum geo_aid::script::unroll::VariableMeta
source · pub enum VariableMeta {
Point(PointMeta),
Scalar,
Line,
PointCollection,
Circle,
}Expand description
Defines meta information about variables, mostly in regard to the displaying of them.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VariableMeta
impl Send for VariableMeta
impl Sync for VariableMeta
impl Unpin for VariableMeta
impl UnwindSafe for VariableMeta
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