pub struct QueryInParens<'s> {
pub kind: QueryInParensKind<'s>,
pub span: Span,
}Fields§
§kind: QueryInParensKind<'s>§span: SpanTrait Implementations§
Source§impl<'s> Clone for QueryInParens<'s>
impl<'s> Clone for QueryInParens<'s>
Source§fn clone(&self) -> QueryInParens<'s>
fn clone(&self) -> QueryInParens<'s>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'s> Debug for QueryInParens<'s>
impl<'s> Debug for QueryInParens<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for QueryInParens<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for QueryInParens<'s>
Source§impl<'s> PartialEq for QueryInParens<'s>
impl<'s> PartialEq for QueryInParens<'s>
Source§fn eq(&self, other: &QueryInParens<'s>) -> bool
fn eq(&self, other: &QueryInParens<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for QueryInParens<'s>
Auto Trait Implementations§
impl<'s> Freeze for QueryInParens<'s>
impl<'s> RefUnwindSafe for QueryInParens<'s>
impl<'s> Send for QueryInParens<'s>
impl<'s> Sync for QueryInParens<'s>
impl<'s> Unpin for QueryInParens<'s>
impl<'s> UnsafeUnpin for QueryInParens<'s>
impl<'s> UnwindSafe for QueryInParens<'s>
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