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