#[repr(C)]pub struct TriggerTransition {
pub type_: NodeTag,
pub name: *mut c_char,
pub isNew: bool,
pub isTable: bool,
}
Fields§
§type_: NodeTag
§name: *mut c_char
§isNew: bool
§isTable: bool
Trait Implementations§
Source§impl Clone for TriggerTransition
impl Clone for TriggerTransition
Source§fn clone(&self) -> TriggerTransition
fn clone(&self) -> TriggerTransition
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 TriggerTransition
impl Debug for TriggerTransition
Source§impl Default for TriggerTransition
impl Default for TriggerTransition
Source§impl Display for TriggerTransition
impl Display for TriggerTransition
Source§impl PgNode for TriggerTransition
impl PgNode for TriggerTransition
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for TriggerTransition
Auto Trait Implementations§
impl Freeze for TriggerTransition
impl RefUnwindSafe for TriggerTransition
impl !Send for TriggerTransition
impl !Sync for TriggerTransition
impl Unpin for TriggerTransition
impl UnwindSafe for TriggerTransition
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