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