Enum azalea_block::ComparatorType
source · [−]pub enum ComparatorType {
Compare,
Subtract,
}Variants
Compare
Subtract
Trait Implementations
sourceimpl Clone for ComparatorType
impl Clone for ComparatorType
sourcefn clone(&self) -> ComparatorType
fn clone(&self) -> ComparatorType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ComparatorType
impl Debug for ComparatorType
sourceimpl From<usize> for ComparatorType
impl From<usize> for ComparatorType
impl Copy for ComparatorType
Auto Trait Implementations
impl RefUnwindSafe for ComparatorType
impl Send for ComparatorType
impl Sync for ComparatorType
impl Unpin for ComparatorType
impl UnwindSafe for ComparatorType
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