pub enum TypeCheckKind {
Istype,
Hastype,
As,
}Expand description
KerML type-check operator (istype, hastype, as).
Variants§
Trait Implementations§
Source§impl Clone for TypeCheckKind
impl Clone for TypeCheckKind
Source§fn clone(&self) -> TypeCheckKind
fn clone(&self) -> TypeCheckKind
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 TypeCheckKind
impl Debug for TypeCheckKind
impl Eq for TypeCheckKind
Source§impl PartialEq for TypeCheckKind
impl PartialEq for TypeCheckKind
Source§fn eq(&self, other: &TypeCheckKind) -> bool
fn eq(&self, other: &TypeCheckKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TypeCheckKind
Auto Trait Implementations§
impl Freeze for TypeCheckKind
impl RefUnwindSafe for TypeCheckKind
impl Send for TypeCheckKind
impl Sync for TypeCheckKind
impl Unpin for TypeCheckKind
impl UnsafeUnpin for TypeCheckKind
impl UnwindSafe for TypeCheckKind
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