pub struct JSONRemove {
pub this: Box<Expression>,
pub expressions: Vec<Expression>,
}Expand description
JSONRemove
Fields§
§this: Box<Expression>§expressions: Vec<Expression>Trait Implementations§
Source§impl Clone for JSONRemove
impl Clone for JSONRemove
Source§fn clone(&self) -> JSONRemove
fn clone(&self) -> JSONRemove
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 JSONRemove
impl Debug for JSONRemove
Source§impl<'de> Deserialize<'de> for JSONRemove
impl<'de> Deserialize<'de> for JSONRemove
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JSONRemove
impl PartialEq for JSONRemove
Source§impl Serialize for JSONRemove
impl Serialize for JSONRemove
impl StructuralPartialEq for JSONRemove
Auto Trait Implementations§
impl Freeze for JSONRemove
impl RefUnwindSafe for JSONRemove
impl Send for JSONRemove
impl Sync for JSONRemove
impl Unpin for JSONRemove
impl UnwindSafe for JSONRemove
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