pub struct PlanOpArgs {
pub node_type: OpNode,
pub node: Option<WIPOffset<UnionWIPOffset>>,
}Fields§
§node_type: OpNode§node: Option<WIPOffset<UnionWIPOffset>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanOpArgs
impl RefUnwindSafe for PlanOpArgs
impl Send for PlanOpArgs
impl Sync for PlanOpArgs
impl Unpin for PlanOpArgs
impl UnsafeUnpin for PlanOpArgs
impl UnwindSafe for PlanOpArgs
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