pub struct StructInstantiation {
pub name: String,
pub type_args: Vec<String>,
}Expand description
A concrete instantiation of a generic struct
Fields§
§name: String§type_args: Vec<String>Trait Implementations§
Source§impl Clone for StructInstantiation
impl Clone for StructInstantiation
Source§fn clone(&self) -> StructInstantiation
fn clone(&self) -> StructInstantiation
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 StructInstantiation
impl Debug for StructInstantiation
impl Eq for StructInstantiation
Source§impl Hash for StructInstantiation
impl Hash for StructInstantiation
Source§impl PartialEq for StructInstantiation
impl PartialEq for StructInstantiation
impl StructuralPartialEq for StructInstantiation
Auto Trait Implementations§
impl Freeze for StructInstantiation
impl RefUnwindSafe for StructInstantiation
impl Send for StructInstantiation
impl Sync for StructInstantiation
impl Unpin for StructInstantiation
impl UnsafeUnpin for StructInstantiation
impl UnwindSafe for StructInstantiation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.