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<PgTriggerAttribute> for PgTriggerAttribute
 
impl PartialEq<PgTriggerAttribute> 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 StructuralEq for PgTriggerAttribute
impl StructuralPartialEq for PgTriggerAttribute
Auto Trait Implementations§
impl RefUnwindSafe for PgTriggerAttribute
impl !Send for PgTriggerAttribute
impl !Sync for PgTriggerAttribute
impl Unpin for PgTriggerAttribute
impl UnwindSafe for PgTriggerAttribute
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.