pub struct FunctionMeta {
pub category: &'static str,
pub signature: &'static str,
pub description: &'static str,
}Expand description
Metadata for a user-facing spreadsheet function. Co-located with the registration call so it can never drift.
Fields§
§category: &'static str§signature: &'static str§description: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionMeta
impl RefUnwindSafe for FunctionMeta
impl Send for FunctionMeta
impl Sync for FunctionMeta
impl Unpin for FunctionMeta
impl UnsafeUnpin for FunctionMeta
impl UnwindSafe for FunctionMeta
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