Struct pgrx_pg_sys::Alias
source · #[repr(C)]pub struct Alias {
pub type_: NodeTag,
pub aliasname: *mut c_char,
pub colnames: *mut List,
}
Fields§
§type_: NodeTag
§aliasname: *mut c_char
§colnames: *mut List
Trait Implementations§
impl Copy for Alias
Auto Trait Implementations§
impl Freeze for Alias
impl RefUnwindSafe for Alias
impl !Send for Alias
impl !Sync for Alias
impl Unpin for Alias
impl UnwindSafe for Alias
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