pub struct LocalTypeIdentifierWithOptionalTypeVariables {
pub name: Node,
pub type_variables: Vec<TypeVariable>,
}
Fields§
§name: Node
§type_variables: Vec<TypeVariable>
Trait Implementations§
Source§impl Clone for LocalTypeIdentifierWithOptionalTypeVariables
impl Clone for LocalTypeIdentifierWithOptionalTypeVariables
Source§fn clone(&self) -> LocalTypeIdentifierWithOptionalTypeVariables
fn clone(&self) -> LocalTypeIdentifierWithOptionalTypeVariables
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 Default for LocalTypeIdentifierWithOptionalTypeVariables
impl Default for LocalTypeIdentifierWithOptionalTypeVariables
Source§fn default() -> LocalTypeIdentifierWithOptionalTypeVariables
fn default() -> LocalTypeIdentifierWithOptionalTypeVariables
Returns the “default value” for a type. Read more
Source§impl PartialEq for LocalTypeIdentifierWithOptionalTypeVariables
impl PartialEq for LocalTypeIdentifierWithOptionalTypeVariables
Source§fn eq(&self, other: &LocalTypeIdentifierWithOptionalTypeVariables) -> bool
fn eq(&self, other: &LocalTypeIdentifierWithOptionalTypeVariables) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for LocalTypeIdentifierWithOptionalTypeVariables
impl StructuralPartialEq for LocalTypeIdentifierWithOptionalTypeVariables
Auto Trait Implementations§
impl Freeze for LocalTypeIdentifierWithOptionalTypeVariables
impl RefUnwindSafe for LocalTypeIdentifierWithOptionalTypeVariables
impl Send for LocalTypeIdentifierWithOptionalTypeVariables
impl Sync for LocalTypeIdentifierWithOptionalTypeVariables
impl Unpin for LocalTypeIdentifierWithOptionalTypeVariables
impl UnwindSafe for LocalTypeIdentifierWithOptionalTypeVariables
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