pub struct TypeVarTuple<'a> {
pub name: Name<'a>,
pub whitespace_after_star: SimpleWhitespace<'a>,
}
Fields§
§name: Name<'a>
§whitespace_after_star: SimpleWhitespace<'a>
Trait Implementations§
Source§impl<'a> Clone for TypeVarTuple<'a>
impl<'a> Clone for TypeVarTuple<'a>
Source§fn clone(&self) -> TypeVarTuple<'a>
fn clone(&self) -> TypeVarTuple<'a>
Returns a duplicate 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<'a> Codegen<'a> for TypeVarTuple<'a>
impl<'a> Codegen<'a> for TypeVarTuple<'a>
fn codegen(&self, state: &mut CodegenState<'a>)
Source§impl<'a> Debug for TypeVarTuple<'a>
impl<'a> Debug for TypeVarTuple<'a>
Source§impl<'a> PartialEq for TypeVarTuple<'a>
impl<'a> PartialEq for TypeVarTuple<'a>
impl<'a> Eq for TypeVarTuple<'a>
impl<'a> StructuralPartialEq for TypeVarTuple<'a>
Auto Trait Implementations§
impl<'a> Freeze for TypeVarTuple<'a>
impl<'a> RefUnwindSafe for TypeVarTuple<'a>
impl<'a> Send for TypeVarTuple<'a>
impl<'a> Sync for TypeVarTuple<'a>
impl<'a> Unpin for TypeVarTuple<'a>
impl<'a> UnwindSafe for TypeVarTuple<'a>
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