#[repr(u8)]pub enum TypeOperation {
UNION = 1,
INTERSECTION = 2,
}Variants§
Trait Implementations§
Source§impl Clone for TypeOperation
impl Clone for TypeOperation
Source§fn clone(&self) -> TypeOperation
fn clone(&self) -> TypeOperation
Returns a copy of the value. Read more
1.0.0 · 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 TypeOperation
impl Debug for TypeOperation
Source§impl PartialEq for TypeOperation
impl PartialEq for TypeOperation
impl Eq for TypeOperation
impl StructuralPartialEq for TypeOperation
Auto Trait Implementations§
impl Freeze for TypeOperation
impl RefUnwindSafe for TypeOperation
impl Send for TypeOperation
impl Sync for TypeOperation
impl Unpin for TypeOperation
impl UnwindSafe for TypeOperation
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