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