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