pub struct Satisfy {
pub source: Node<Expression>,
pub target: Node<Expression>,
pub body: ConnectBody,
}Expand description
Requirement usage / Satisfy. Example: satisfy EnduranceReq by droneInstance;
Fields§
§source: Node<Expression>§target: Node<Expression>§body: ConnectBodyTrait Implementations§
impl Eq for Satisfy
impl StructuralPartialEq for Satisfy
Auto Trait Implementations§
impl Freeze for Satisfy
impl RefUnwindSafe for Satisfy
impl Send for Satisfy
impl Sync for Satisfy
impl Unpin for Satisfy
impl UnsafeUnpin for Satisfy
impl UnwindSafe for Satisfy
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