Struct pgx_pg_sys::CollateClause
source · [−]#[repr(C)]pub struct CollateClause {
pub type_: NodeTag,
pub arg: *mut Node,
pub collname: *mut List,
pub location: c_int,
}Fields
type_: NodeTagarg: *mut Nodecollname: *mut Listlocation: c_intTrait Implementations
sourceimpl Clone for CollateClause
impl Clone for CollateClause
sourcefn clone(&self) -> CollateClause
fn clone(&self) -> CollateClause
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 CollateClause
impl Debug for CollateClause
sourceimpl Default for CollateClause
impl Default for CollateClause
sourceimpl Display for CollateClause
impl Display for CollateClause
sourceimpl PgNode for CollateClause
impl PgNode for CollateClause
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CollateClause
Auto Trait Implementations
impl RefUnwindSafe for CollateClause
impl !Send for CollateClause
impl !Sync for CollateClause
impl Unpin for CollateClause
impl UnwindSafe for CollateClause
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