pub struct UseToolStep {
pub tool_name: String,
pub args: UseArgs,
pub loc: Loc,
}Fields§
§tool_name: String§args: UseArgs§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for UseToolStep
impl RefUnwindSafe for UseToolStep
impl Send for UseToolStep
impl Sync for UseToolStep
impl Unpin for UseToolStep
impl UnsafeUnpin for UseToolStep
impl UnwindSafe for UseToolStep
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