pub struct SetProperty {
pub multi: Option<Box<Expression>>,
}Expand description
SetProperty
Fields§
§multi: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for SetProperty
impl Clone for SetProperty
Source§fn clone(&self) -> SetProperty
fn clone(&self) -> SetProperty
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 SetProperty
impl Debug for SetProperty
Source§impl<'de> Deserialize<'de> for SetProperty
impl<'de> Deserialize<'de> for SetProperty
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 SetProperty
impl PartialEq for SetProperty
Source§impl Serialize for SetProperty
impl Serialize for SetProperty
impl StructuralPartialEq for SetProperty
Auto Trait Implementations§
impl Freeze for SetProperty
impl RefUnwindSafe for SetProperty
impl Send for SetProperty
impl Sync for SetProperty
impl Unpin for SetProperty
impl UnwindSafe for SetProperty
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