pub struct FreeFloorRectangle;Expand description
Exact free-floor rectangle placement using a trusted free-space service.
Trait Implementations§
Source§impl RuleCapability for FreeFloorRectangle
impl RuleCapability for FreeFloorRectangle
Source§fn parameters(&self) -> Vec<ParameterDescriptor>
fn parameters(&self) -> Vec<ParameterDescriptor>
Strict accepted parameters.
Source§fn evaluate(
&self,
context: &RuleContext<'_>,
rule: &CompiledRule,
) -> CapabilityEvaluation
fn evaluate( &self, context: &RuleContext<'_>, rule: &CompiledRule, ) -> CapabilityEvaluation
Evaluates an already-validated rule request.
Auto Trait Implementations§
impl Freeze for FreeFloorRectangle
impl RefUnwindSafe for FreeFloorRectangle
impl Send for FreeFloorRectangle
impl Sync for FreeFloorRectangle
impl Unpin for FreeFloorRectangle
impl UnwindSafe for FreeFloorRectangle
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