Struct geo_aid::script::unroll::RuleOverload
source · pub struct RuleOverload {
pub params: (Type, Type),
pub definition: RuleDefinition,
}Expand description
An overload of a function in GeoScript.
Fields§
§params: (Type, Type)The parameter types.
definition: RuleDefinitionThe definition.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RuleOverload
impl !Send for RuleOverload
impl !Sync for RuleOverload
impl Unpin for RuleOverload
impl !UnwindSafe for RuleOverload
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