pub struct PgTriggerEntity {
pub function_name: &'static str,
pub to_sql_config: ToSqlConfigEntity,
pub file: &'static str,
pub line: u32,
pub module_path: &'static str,
pub full_path: &'static str,
}
Fields§
§function_name: &'static str
§to_sql_config: ToSqlConfigEntity
§file: &'static str
§line: u32
§module_path: &'static str
§full_path: &'static str
Trait Implementations§
Source§impl Clone for PgTriggerEntity
impl Clone for PgTriggerEntity
Source§fn clone(&self) -> PgTriggerEntity
fn clone(&self) -> PgTriggerEntity
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 PgTriggerEntity
impl Debug for PgTriggerEntity
Source§impl From<PgTriggerEntity> for SqlGraphEntity
impl From<PgTriggerEntity> for SqlGraphEntity
Source§fn from(val: PgTriggerEntity) -> Self
fn from(val: PgTriggerEntity) -> Self
Converts to this type from the input type.
Source§impl Hash for PgTriggerEntity
impl Hash for PgTriggerEntity
Source§impl Ord for PgTriggerEntity
impl Ord for PgTriggerEntity
Source§fn cmp(&self, other: &PgTriggerEntity) -> Ordering
fn cmp(&self, other: &PgTriggerEntity) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PgTriggerEntity
impl PartialEq for PgTriggerEntity
Source§impl PartialOrd for PgTriggerEntity
impl PartialOrd for PgTriggerEntity
Source§impl SqlGraphIdentifier for PgTriggerEntity
impl SqlGraphIdentifier for PgTriggerEntity
Source§impl ToSql for PgTriggerEntity
impl ToSql for PgTriggerEntity
impl Eq for PgTriggerEntity
impl StructuralPartialEq for PgTriggerEntity
Auto Trait Implementations§
impl Freeze for PgTriggerEntity
impl RefUnwindSafe for PgTriggerEntity
impl Send for PgTriggerEntity
impl Sync for PgTriggerEntity
impl Unpin for PgTriggerEntity
impl UnwindSafe for PgTriggerEntity
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.