pub struct QueryInParens<'a> {
pub kind: QueryInParensKind<'a>,
pub span: Span,
}Fields§
§kind: QueryInParensKind<'a>§span: SpanImplementations§
§impl<'a> QueryInParens<'a>
impl<'a> QueryInParens<'a>
Trait Implementations§
Source§impl<'a> Debug for QueryInParens<'a>
impl<'a> Debug for QueryInParens<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for QueryInParens<'a>
impl<'a> !Send for QueryInParens<'a>
impl<'a> !Sync for QueryInParens<'a>
impl<'a> !UnwindSafe for QueryInParens<'a>
impl<'a> Freeze for QueryInParens<'a>
impl<'a> Unpin for QueryInParens<'a>
impl<'a> UnsafeUnpin for QueryInParens<'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