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