Struct pgx_pg_sys::LexDescr
source · [−]Fields
lexid: c_intalias: *mut c_chardescr: *mut c_charTrait Implementations
impl Copy for LexDescr
Auto Trait Implementations
impl RefUnwindSafe for LexDescr
impl !Send for LexDescr
impl !Sync for LexDescr
impl Unpin for LexDescr
impl UnwindSafe for LexDescr
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