pub struct ValueOperator {
pub operator: String,
pub value: LeafValue,
}
Fields§
§operator: String
§value: LeafValue
Trait Implementations§
Source§impl Clone for ValueOperator
impl Clone for ValueOperator
Source§fn clone(&self) -> ValueOperator
fn clone(&self) -> ValueOperator
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 ValueOperator
impl Debug for ValueOperator
Source§impl PartialEq for ValueOperator
impl PartialEq for ValueOperator
impl StructuralPartialEq for ValueOperator
Auto Trait Implementations§
impl Freeze for ValueOperator
impl RefUnwindSafe for ValueOperator
impl Send for ValueOperator
impl Sync for ValueOperator
impl Unpin for ValueOperator
impl UnwindSafe for ValueOperator
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