pub struct ProgramDefEntry {
pub code: Calcit,
pub schema: Arc<CalcitTypeAnnotation>,
pub doc: Arc<str>,
pub examples: Vec<Cirru>,
}Expand description
definition entry with code and documentation
Fields§
§code: Calcit§schema: Arc<CalcitTypeAnnotation>§doc: Arc<str>§examples: Vec<Cirru>Trait Implementations§
Source§impl Clone for ProgramDefEntry
impl Clone for ProgramDefEntry
Source§fn clone(&self) -> ProgramDefEntry
fn clone(&self) -> ProgramDefEntry
Returns a duplicate 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 ProgramDefEntry
impl Debug for ProgramDefEntry
Source§impl PartialEq for ProgramDefEntry
impl PartialEq for ProgramDefEntry
impl Eq for ProgramDefEntry
impl StructuralPartialEq for ProgramDefEntry
Auto Trait Implementations§
impl Freeze for ProgramDefEntry
impl RefUnwindSafe for ProgramDefEntry
impl Send for ProgramDefEntry
impl Sync for ProgramDefEntry
impl Unpin for ProgramDefEntry
impl UnsafeUnpin for ProgramDefEntry
impl UnwindSafe for ProgramDefEntry
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