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