pub struct FnValue {
pub name: &'static str,
pub overloads: &'static [Overload],
}
Fields§
§name: &'static str
§overloads: &'static [Overload]
Trait Implementations§
impl Eq for FnValue
impl StructuralPartialEq for FnValue
Auto Trait Implementations§
impl Freeze for FnValue
impl RefUnwindSafe for FnValue
impl Send for FnValue
impl Sync for FnValue
impl Unpin for FnValue
impl UnwindSafe for FnValue
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