pub enum PgTriggerAttribute {
Sql(ToSqlConfig),
}
Variants
Sql(ToSqlConfig)
Trait Implementations
sourceimpl Clone for PgTriggerAttribute
impl Clone for PgTriggerAttribute
sourcefn clone(&self) -> PgTriggerAttribute
fn clone(&self) -> PgTriggerAttribute
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PgTriggerAttribute
impl Debug for PgTriggerAttribute
sourceimpl Hash for PgTriggerAttribute
impl Hash for PgTriggerAttribute
sourceimpl Parse for PgTriggerAttribute
impl Parse for PgTriggerAttribute
fn parse(input: ParseStream<'_>) -> Result<Self, Error>
sourceimpl PartialEq<PgTriggerAttribute> for PgTriggerAttribute
impl PartialEq<PgTriggerAttribute> for PgTriggerAttribute
sourcefn eq(&self, other: &PgTriggerAttribute) -> bool
fn eq(&self, other: &PgTriggerAttribute) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.