pub struct GlQuery(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for GlQuery
impl Ord for GlQuery
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 GlQuery
impl PartialOrd for GlQuery
impl Copy for GlQuery
impl Eq for GlQuery
impl StructuralPartialEq for GlQuery
Auto Trait Implementations§
impl Freeze for GlQuery
impl RefUnwindSafe for GlQuery
impl Send for GlQuery
impl Sync for GlQuery
impl Unpin for GlQuery
impl UnsafeUnpin for GlQuery
impl UnwindSafe for GlQuery
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