pub struct Guide {
pub name: String,
pub op: GuideOp,
pub args: Vec<GuideOperand>,
}Fields§
§name: String§op: GuideOp§args: Vec<GuideOperand>Implementations§
Trait Implementations§
impl StructuralPartialEq for Guide
Auto Trait Implementations§
impl Freeze for Guide
impl RefUnwindSafe for Guide
impl Send for Guide
impl Sync for Guide
impl Unpin for Guide
impl UnsafeUnpin for Guide
impl UnwindSafe for Guide
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