pub struct GenericArg {
pub kind: GenericArgKind,
pub node_id: NodeId,
}Fields§
§kind: GenericArgKind§node_id: NodeIdTrait Implementations§
Auto Trait Implementations§
impl DynSend for GenericArg
impl DynSync for GenericArg
impl Freeze for GenericArg
impl RefUnwindSafe for GenericArg
impl Send for GenericArg
impl Sync for GenericArg
impl Unpin for GenericArg
impl UnsafeUnpin for GenericArg
impl UnwindSafe for GenericArg
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