Enum tl_scheme::ConstructorKind
source · [−]pub enum ConstructorKind {
Type,
Function,
}Variants
Type
Function
Trait Implementations
sourceimpl Clone for ConstructorKind
impl Clone for ConstructorKind
sourcefn clone(&self) -> ConstructorKind
fn clone(&self) -> ConstructorKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ConstructorKind
impl Debug for ConstructorKind
sourceimpl Display for ConstructorKind
impl Display for ConstructorKind
sourceimpl Hash for ConstructorKind
impl Hash for ConstructorKind
sourceimpl PartialEq<ConstructorKind> for ConstructorKind
impl PartialEq<ConstructorKind> for ConstructorKind
sourcefn eq(&self, other: &ConstructorKind) -> bool
fn eq(&self, other: &ConstructorKind) -> bool
impl Copy for ConstructorKind
impl Eq for ConstructorKind
impl StructuralEq for ConstructorKind
impl StructuralPartialEq for ConstructorKind
Auto Trait Implementations
impl RefUnwindSafe for ConstructorKind
impl Send for ConstructorKind
impl Sync for ConstructorKind
impl Unpin for ConstructorKind
impl UnwindSafe for ConstructorKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more