pub struct AddAction {
pub path: Vec<PathElement>,
pub value_ref: String,
}Expand description
An ADD action: path :value
Fields§
§path: Vec<PathElement>§value_ref: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AddAction
impl RefUnwindSafe for AddAction
impl Send for AddAction
impl Sync for AddAction
impl Unpin for AddAction
impl UnsafeUnpin for AddAction
impl UnwindSafe for AddAction
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