pub enum FunctionTypeHint {
None,
FieldSetter,
Specialized(&'static HashMap<&'static str, &'static str>),
}
Variants
None
FieldSetter
Specialized(&'static HashMap<&'static str, &'static str>)
Trait Implementations
sourceimpl Clone for FunctionTypeHint
impl Clone for FunctionTypeHint
sourcefn clone(&self) -> FunctionTypeHint
fn clone(&self) -> FunctionTypeHint
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FunctionTypeHint
impl Debug for FunctionTypeHint
sourceimpl PartialEq<FunctionTypeHint> for FunctionTypeHint
impl PartialEq<FunctionTypeHint> for FunctionTypeHint
sourcefn eq(&self, other: &FunctionTypeHint) -> bool
fn eq(&self, other: &FunctionTypeHint) -> bool
impl Copy for FunctionTypeHint
impl Eq for FunctionTypeHint
impl StructuralEq for FunctionTypeHint
impl StructuralPartialEq for FunctionTypeHint
Auto Trait Implementations
impl RefUnwindSafe for FunctionTypeHint
impl Send for FunctionTypeHint
impl Sync for FunctionTypeHint
impl Unpin for FunctionTypeHint
impl UnwindSafe for FunctionTypeHint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more