pub enum PgTriggerAttribute {
Sql(ToSqlConfig),
}
Variants§
Sql(ToSqlConfig)
Trait Implementations§
source§impl Clone for PgTriggerAttribute
impl Clone for PgTriggerAttribute
source§fn clone(&self) -> PgTriggerAttribute
fn clone(&self) -> PgTriggerAttribute
Returns a copy 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 PgTriggerAttribute
impl Debug for PgTriggerAttribute
source§impl Hash for PgTriggerAttribute
impl Hash for PgTriggerAttribute
source§impl Parse for PgTriggerAttribute
impl Parse for PgTriggerAttribute
source§impl PartialEq for PgTriggerAttribute
impl PartialEq for PgTriggerAttribute
source§fn eq(&self, other: &PgTriggerAttribute) -> bool
fn eq(&self, other: &PgTriggerAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PgTriggerAttribute
impl StructuralPartialEq for PgTriggerAttribute
Auto Trait Implementations§
impl Freeze for PgTriggerAttribute
impl RefUnwindSafe for PgTriggerAttribute
impl !Send for PgTriggerAttribute
impl !Sync for PgTriggerAttribute
impl Unpin for PgTriggerAttribute
impl UnwindSafe for PgTriggerAttribute
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.