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 ==
.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§
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