pub struct MutationIR {
pub name: String,
pub params: Vec<Param>,
pub ops: Vec<MutationOpIR>,
}Fields§
§name: String§params: Vec<Param>§ops: Vec<MutationOpIR>Trait Implementations§
Source§impl Clone for MutationIR
impl Clone for MutationIR
Source§fn clone(&self) -> MutationIR
fn clone(&self) -> MutationIR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MutationIR
impl RefUnwindSafe for MutationIR
impl Send for MutationIR
impl Sync for MutationIR
impl Unpin for MutationIR
impl UnsafeUnpin for MutationIR
impl UnwindSafe for MutationIR
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