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