Struct org_rust_parser::element::Keyword
source · pub struct Keyword<'a> { /* private fields */ }Trait Implementations§
source§impl<'a> PartialEq<Keyword<'a>> for Keyword<'a>
impl<'a> PartialEq<Keyword<'a>> for Keyword<'a>
impl<'a> Copy for Keyword<'a>
impl<'a> Eq for Keyword<'a>
impl<'a> StructuralEq for Keyword<'a>
impl<'a> StructuralPartialEq for Keyword<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Keyword<'a>
impl<'a> Send for Keyword<'a>
impl<'a> Sync for Keyword<'a>
impl<'a> Unpin for Keyword<'a>
impl<'a> UnwindSafe for Keyword<'a>
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