Struct pgx_pg_sys::ParsedText
source · [−]#[repr(C)]pub struct ParsedText {
pub words: *mut ParsedWord,
pub lenwords: int32,
pub curwords: int32,
pub pos: int32,
}Fields
words: *mut ParsedWordlenwords: int32curwords: int32pos: int32Trait Implementations
sourceimpl Clone for ParsedText
impl Clone for ParsedText
sourcefn clone(&self) -> ParsedText
fn clone(&self) -> ParsedText
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ParsedText
impl Debug for ParsedText
sourceimpl Default for ParsedText
impl Default for ParsedText
impl Copy for ParsedText
Auto Trait Implementations
impl RefUnwindSafe for ParsedText
impl !Send for ParsedText
impl !Sync for ParsedText
impl Unpin for ParsedText
impl UnwindSafe for ParsedText
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