pub enum Sparql {}Trait Implementations§
impl Copy for Sparql
impl Eq for Sparql
Source§impl Language for Sparql
impl Language for Sparql
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
Source§impl Ord for Sparql
impl Ord for Sparql
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Sparql
impl PartialOrd for Sparql
impl StructuralPartialEq for Sparql
Auto Trait Implementations§
impl Freeze for Sparql
impl RefUnwindSafe for Sparql
impl Send for Sparql
impl Sync for Sparql
impl Unpin for Sparql
impl UnsafeUnpin for Sparql
impl UnwindSafe for Sparql
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