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