pub struct TypeParameterList {
pub parameters: Vec<TypeParameterNode>,
}Fields§
§parameters: Vec<TypeParameterNode>Trait Implementations§
Source§impl Clone for TypeParameterList
impl Clone for TypeParameterList
Source§fn clone(&self) -> TypeParameterList
fn clone(&self) -> TypeParameterList
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 TypeParameterList
impl Debug for TypeParameterList
Source§impl Default for TypeParameterList
impl Default for TypeParameterList
Source§fn default() -> TypeParameterList
fn default() -> TypeParameterList
Returns the “default value” for a type. Read more
impl Eq for TypeParameterList
Source§impl PartialEq for TypeParameterList
impl PartialEq for TypeParameterList
impl StructuralPartialEq for TypeParameterList
Auto Trait Implementations§
impl Freeze for TypeParameterList
impl RefUnwindSafe for TypeParameterList
impl Send for TypeParameterList
impl Sync for TypeParameterList
impl Unpin for TypeParameterList
impl UnsafeUnpin for TypeParameterList
impl UnwindSafe for TypeParameterList
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