pub enum ClassSimplicity {
Boxed,
Simple,
BoxedForced,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ClassSimplicity
impl Clone for ClassSimplicity
source§fn clone(&self) -> ClassSimplicity
fn clone(&self) -> ClassSimplicity
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 ClassSimplicity
impl Debug for ClassSimplicity
impl Copy for ClassSimplicity
Auto Trait Implementations§
impl RefUnwindSafe for ClassSimplicity
impl Send for ClassSimplicity
impl Sync for ClassSimplicity
impl Unpin for ClassSimplicity
impl UnwindSafe for ClassSimplicity
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