pub struct ClLiteFormSpec {
pub symbol: Symbol,
pub role: ClLiteFormRole,
pub organ: Symbol,
pub doc: &'static str,
}Expand description
Specification of one CL-lite surface form and the organ it routes to.
Fields§
§symbol: Symbolcl-qualified surface symbol of the form.
role: ClLiteFormRoleOrgan role classifying the form.
organ: SymbolSymbol of the organ that provides the form’s behavior.
doc: &'static strOne-line description of the form.
Trait Implementations§
Source§impl Clone for ClLiteFormSpec
impl Clone for ClLiteFormSpec
Source§fn clone(&self) -> ClLiteFormSpec
fn clone(&self) -> ClLiteFormSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClLiteFormSpec
impl Debug for ClLiteFormSpec
impl Eq for ClLiteFormSpec
Source§impl PartialEq for ClLiteFormSpec
impl PartialEq for ClLiteFormSpec
Source§fn eq(&self, other: &ClLiteFormSpec) -> bool
fn eq(&self, other: &ClLiteFormSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClLiteFormSpec
Auto Trait Implementations§
impl Freeze for ClLiteFormSpec
impl RefUnwindSafe for ClLiteFormSpec
impl Send for ClLiteFormSpec
impl Sync for ClLiteFormSpec
impl Unpin for ClLiteFormSpec
impl UnsafeUnpin for ClLiteFormSpec
impl UnwindSafe for ClLiteFormSpec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.