Struct rustfmt_nightly::items::TyAliasRewriteInfo
source · struct TyAliasRewriteInfo<'c, 'g>(&'c RewriteContext<'c>, Indent, &'g Generics, (TyAliasWhereClause, TyAliasWhereClause), usize, Ident, Span);
Tuple Fields§
§0: &'c RewriteContext<'c>
§1: Indent
§2: &'g Generics
§3: (TyAliasWhereClause, TyAliasWhereClause)
§4: usize
§5: Ident
§6: Span
Auto Trait Implementations§
impl<'c, 'g> !RefUnwindSafe for TyAliasRewriteInfo<'c, 'g>
impl<'c, 'g> !Send for TyAliasRewriteInfo<'c, 'g>
impl<'c, 'g> !Sync for TyAliasRewriteInfo<'c, 'g>
impl<'c, 'g> Unpin for TyAliasRewriteInfo<'c, 'g>
impl<'c, 'g> !UnwindSafe for TyAliasRewriteInfo<'c, 'g>
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
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: 88 bytes