pub struct TypeInstantiation {
pub target: Path,
pub args: Vec<TypeSubstitution>,
}Fields§
§target: Path§args: Vec<TypeSubstitution>Trait Implementations§
Source§impl Clone for TypeInstantiation
impl Clone for TypeInstantiation
Source§fn clone(&self) -> TypeInstantiation
fn clone(&self) -> TypeInstantiation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TypeInstantiation
impl Debug for TypeInstantiation
Source§impl PartialEq for TypeInstantiation
impl PartialEq for TypeInstantiation
Source§fn eq(&self, other: &TypeInstantiation) -> bool
fn eq(&self, other: &TypeInstantiation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TypeInstantiation
impl StructuralPartialEq for TypeInstantiation
Auto Trait Implementations§
impl Freeze for TypeInstantiation
impl RefUnwindSafe for TypeInstantiation
impl Send for TypeInstantiation
impl Sync for TypeInstantiation
impl Unpin for TypeInstantiation
impl UnsafeUnpin for TypeInstantiation
impl UnwindSafe for TypeInstantiation
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