pub enum GenericArgKind {
Type(Ty),
Constraint(Ident, Ty),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenericArgKind
impl RefUnwindSafe for GenericArgKind
impl Send for GenericArgKind
impl Sync for GenericArgKind
impl Unpin for GenericArgKind
impl UnwindSafe for GenericArgKind
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