pub struct ModifierCall {
pub name: String,
pub args: Vec<Expression>,
}Expand description
A modifier invocation
Fields§
§name: String§args: Vec<Expression>Trait Implementations§
Source§impl Clone for ModifierCall
impl Clone for ModifierCall
Source§fn clone(&self) -> ModifierCall
fn clone(&self) -> ModifierCall
Returns a duplicate of the value. Read more
1.0.0 · 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 ModifierCall
impl RefUnwindSafe for ModifierCall
impl Send for ModifierCall
impl Sync for ModifierCall
impl Unpin for ModifierCall
impl UnwindSafe for ModifierCall
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