pub struct TypeParameterName {
pub resolved_node: Node,
pub assigned_name: String,
}
Fields§
§resolved_node: Node
§assigned_name: String
Trait Implementations§
Source§impl Clone for TypeParameterName
impl Clone for TypeParameterName
Source§fn clone(&self) -> TypeParameterName
fn clone(&self) -> TypeParameterName
Returns a copy of the value. Read more
1.0.0 · 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 TypeParameterName
impl Debug for TypeParameterName
Source§impl PartialEq for TypeParameterName
impl PartialEq for TypeParameterName
impl Eq for TypeParameterName
impl StructuralPartialEq for TypeParameterName
Auto Trait Implementations§
impl Freeze for TypeParameterName
impl RefUnwindSafe for TypeParameterName
impl Send for TypeParameterName
impl Sync for TypeParameterName
impl Unpin for TypeParameterName
impl UnwindSafe for TypeParameterName
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