pub enum ParamObjType {
Identifier,
Forall,
DefHeader,
Exist,
SetBuilder,
FnSet,
Induc,
DefAlgo,
}Variants§
Implementations§
Source§impl ParamObjType
impl ParamObjType
pub fn free_param_display_tag(self) -> u8
Trait Implementations§
Source§impl Clone for ParamObjType
impl Clone for ParamObjType
Source§fn clone(&self) -> ParamObjType
fn clone(&self) -> ParamObjType
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 ParamObjType
impl Debug for ParamObjType
Source§impl PartialEq for ParamObjType
impl PartialEq for ParamObjType
Source§fn eq(&self, other: &ParamObjType) -> bool
fn eq(&self, other: &ParamObjType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ParamObjType
impl Eq for ParamObjType
impl StructuralPartialEq for ParamObjType
Auto Trait Implementations§
impl Freeze for ParamObjType
impl RefUnwindSafe for ParamObjType
impl Send for ParamObjType
impl Sync for ParamObjType
impl Unpin for ParamObjType
impl UnsafeUnpin for ParamObjType
impl UnwindSafe for ParamObjType
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