pub enum DirectiveOps {
OpList(Vec<Operand>),
Assign(Expr, Expr),
}Variants§
Trait Implementations§
Source§impl Clone for DirectiveOps
impl Clone for DirectiveOps
Source§fn clone(&self) -> DirectiveOps
fn clone(&self) -> DirectiveOps
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 moreSource§impl Debug for DirectiveOps
impl Debug for DirectiveOps
Source§impl Display for DirectiveOps
impl Display for DirectiveOps
Source§impl PartialEq for DirectiveOps
impl PartialEq for DirectiveOps
impl Eq for DirectiveOps
impl StructuralPartialEq for DirectiveOps
Auto Trait Implementations§
impl Freeze for DirectiveOps
impl RefUnwindSafe for DirectiveOps
impl Send for DirectiveOps
impl Sync for DirectiveOps
impl Unpin for DirectiveOps
impl UnwindSafe for DirectiveOps
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