Enum geo_aid::script::unroll::UnrolledRuleKind
source · pub enum UnrolledRuleKind {
Eq,
Gt,
Lt,
}Expand description
The kind on the unrolled rule.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnrolledRuleKind
impl Send for UnrolledRuleKind
impl Sync for UnrolledRuleKind
impl Unpin for UnrolledRuleKind
impl UnwindSafe for UnrolledRuleKind
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