pub struct TypeGroup {
pub group_token: Group,
pub elem: Box<Type>,
}Expand description
A type contained within invisible delimiters.
Fields§
§group_token: Group§elem: Box<Type>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeGroup
impl RefUnwindSafe for TypeGroup
impl !Send for TypeGroup
impl !Sync for TypeGroup
impl Unpin for TypeGroup
impl UnwindSafe for TypeGroup
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