pub struct Allocate {
pub source: Node<Expression>,
pub target: Node<Expression>,
pub body: ConnectBody,
}Expand description
Allocate statement at part usage level: allocate from to to body.
Fields§
§source: Node<Expression>§target: Node<Expression>§body: ConnectBodyTrait Implementations§
impl Eq for Allocate
impl StructuralPartialEq for Allocate
Auto Trait Implementations§
impl Freeze for Allocate
impl RefUnwindSafe for Allocate
impl Send for Allocate
impl Sync for Allocate
impl Unpin for Allocate
impl UnsafeUnpin for Allocate
impl UnwindSafe for Allocate
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