pub struct UnknownStmtKeyword { /* private fields */ }Expand description
“unknown-stmt” keyword.
Implementations§
Source§impl UnknownStmtKeyword
impl UnknownStmtKeyword
pub fn prefix(&self) -> &Prefix
pub fn identifier(&self) -> &Identifier
Trait Implementations§
Source§impl Clone for UnknownStmtKeyword
impl Clone for UnknownStmtKeyword
Source§fn clone(&self) -> UnknownStmtKeyword
fn clone(&self) -> UnknownStmtKeyword
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 UnknownStmtKeyword
impl Debug for UnknownStmtKeyword
Source§impl FromStr for UnknownStmtKeyword
impl FromStr for UnknownStmtKeyword
Source§impl PartialEq for UnknownStmtKeyword
impl PartialEq for UnknownStmtKeyword
Source§impl ToString for UnknownStmtKeyword
impl ToString for UnknownStmtKeyword
impl StructuralPartialEq for UnknownStmtKeyword
Auto Trait Implementations§
impl Freeze for UnknownStmtKeyword
impl RefUnwindSafe for UnknownStmtKeyword
impl Send for UnknownStmtKeyword
impl Sync for UnknownStmtKeyword
impl Unpin for UnknownStmtKeyword
impl UnwindSafe for UnknownStmtKeyword
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