pub struct SetAction {
pub path: Vec<PathElement>,
pub value: SetValue,
}Expand description
A SET action: path = value_expr
Fields§
§path: Vec<PathElement>§value: SetValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for SetAction
impl RefUnwindSafe for SetAction
impl Send for SetAction
impl Sync for SetAction
impl Unpin for SetAction
impl UnsafeUnpin for SetAction
impl UnwindSafe for SetAction
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