pub struct TyGroup {
pub group_token: Group,
pub ty: Box<Ty>,
}
Expand description
No-op: kept solely so that we can pretty-print faithfully
Fields§
§group_token: Group
§ty: Box<Ty>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TyGroup
impl RefUnwindSafe for TyGroup
impl !Send for TyGroup
impl !Sync for TyGroup
impl Unpin for TyGroup
impl UnwindSafe for TyGroup
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