Struct rustc_ast_lowering::GenericArgsCtor
source · pub(crate) struct GenericArgsCtor<'hir> {
pub(crate) args: SmallVec<[GenericArg<'hir>; 4]>,
pub(crate) bindings: &'hir [TypeBinding<'hir>],
pub(crate) parenthesized: bool,
pub(crate) span: Span,
}
Expand description
Helper struct for delayed construction of GenericArgs.
Fields
args: SmallVec<[GenericArg<'hir>; 4]>
bindings: &'hir [TypeBinding<'hir>]
parenthesized: bool
span: Span
Implementations
sourceimpl<'hir> GenericArgsCtor<'hir>
impl<'hir> GenericArgsCtor<'hir>
pub(crate) fn is_empty(&self) -> bool
pub(crate) fn into_generic_args(
self,
this: &LoweringContext<'_, 'hir>
) -> &'hir GenericArgs<'hir>
Auto Trait Implementations
impl<'hir> RefUnwindSafe for GenericArgsCtor<'hir>
impl<'hir> !Send for GenericArgsCtor<'hir>
impl<'hir> !Sync for GenericArgsCtor<'hir>
impl<'hir> Unpin for GenericArgsCtor<'hir>
impl<'hir> UnwindSafe for GenericArgsCtor<'hir>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 136 bytes