pub struct VariableFieldInTypeReference;
Expand description
For function type references
Trait Implementations§
source§impl Clone for VariableFieldInTypeReference
impl Clone for VariableFieldInTypeReference
source§fn clone(&self) -> VariableFieldInTypeReference
fn clone(&self) -> VariableFieldInTypeReference
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 VariableFieldInTypeReference
impl Debug for VariableFieldInTypeReference
source§impl PartialEq<VariableFieldInTypeReference> for VariableFieldInTypeReference
impl PartialEq<VariableFieldInTypeReference> for VariableFieldInTypeReference
source§fn eq(&self, other: &VariableFieldInTypeReference) -> bool
fn eq(&self, other: &VariableFieldInTypeReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.