pub struct AssociateStep {
pub left: String,
pub right: String,
pub using_field: String,
pub output: String,
pub loc: Loc,
}Fields§
§left: String§right: String§using_field: String§output: Stringv2.63.0 — result binding name (as:). Empty ⇒ <L>_<R>.
loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for AssociateStep
impl RefUnwindSafe for AssociateStep
impl Send for AssociateStep
impl Sync for AssociateStep
impl Unpin for AssociateStep
impl UnsafeUnpin for AssociateStep
impl UnwindSafe for AssociateStep
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