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