pub struct PatchByFilter {
pub filters: Filter,
pub patch: HashMap<String, Value>,
}Fields§
§filters: Filter§patch: HashMap<String, Value>Trait Implementations§
Source§impl Clone for PatchByFilter
impl Clone for PatchByFilter
Source§fn clone(&self) -> PatchByFilter
fn clone(&self) -> PatchByFilter
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 PatchByFilter
impl Debug for PatchByFilter
Auto Trait Implementations§
impl Freeze for PatchByFilter
impl RefUnwindSafe for PatchByFilter
impl Send for PatchByFilter
impl Sync for PatchByFilter
impl Unpin for PatchByFilter
impl UnwindSafe for PatchByFilter
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