#[repr(i32)]pub enum TypeContext {
Default = 0,
Condition = 1,
}Variants§
Trait Implementations§
Source§impl Clone for TypeContext
impl Clone for TypeContext
Source§fn clone(&self) -> TypeContext
fn clone(&self) -> TypeContext
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 moreimpl Copy for TypeContext
Source§impl Debug for TypeContext
impl Debug for TypeContext
Source§impl Default for TypeContext
impl Default for TypeContext
impl Eq for TypeContext
Source§impl Hash for TypeContext
impl Hash for TypeContext
Source§impl PartialEq for TypeContext
impl PartialEq for TypeContext
Source§fn eq(&self, other: &TypeContext) -> bool
fn eq(&self, other: &TypeContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TypeContext
Auto Trait Implementations§
impl Freeze for TypeContext
impl RefUnwindSafe for TypeContext
impl Send for TypeContext
impl Sync for TypeContext
impl Unpin for TypeContext
impl UnsafeUnpin for TypeContext
impl UnwindSafe for TypeContext
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