pub enum FunctionTypeHint {
None,
FieldSetter,
Specialized(&'static HashMap<&'static str, &'static str>),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for FunctionTypeHint
impl Clone for FunctionTypeHint
source§fn clone(&self) -> FunctionTypeHint
fn clone(&self) -> FunctionTypeHint
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 FunctionTypeHint
impl Debug for FunctionTypeHint
source§impl PartialEq<FunctionTypeHint> for FunctionTypeHint
impl PartialEq<FunctionTypeHint> for FunctionTypeHint
source§fn eq(&self, other: &FunctionTypeHint) -> bool
fn eq(&self, other: &FunctionTypeHint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.