pub struct ReflectPgTsParser {
pub prsname: String,
pub prsnamespace: String,
pub prsstart: String,
pub prstoken: String,
pub prsend: String,
pub prsheadline: Option<String>,
pub prslextype: String,
}Fields§
§prsname: String§prsnamespace: String§prsstart: String§prstoken: String§prsend: String§prsheadline: Option<String>§prslextype: StringTrait Implementations§
Source§impl Clone for ReflectPgTsParser
impl Clone for ReflectPgTsParser
Source§fn clone(&self) -> ReflectPgTsParser
fn clone(&self) -> ReflectPgTsParser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReflectPgTsParser
impl Debug for ReflectPgTsParser
Source§impl<'a> From<ReflectPgTsParserBorrowed<'a>> for ReflectPgTsParser
impl<'a> From<ReflectPgTsParserBorrowed<'a>> for ReflectPgTsParser
Source§fn from(_: ReflectPgTsParserBorrowed<'a>) -> Self
fn from(_: ReflectPgTsParserBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgTsParser
impl PartialEq for ReflectPgTsParser
impl StructuralPartialEq for ReflectPgTsParser
Auto Trait Implementations§
impl Freeze for ReflectPgTsParser
impl RefUnwindSafe for ReflectPgTsParser
impl Send for ReflectPgTsParser
impl Sync for ReflectPgTsParser
impl Unpin for ReflectPgTsParser
impl UnsafeUnpin for ReflectPgTsParser
impl UnwindSafe for ReflectPgTsParser
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