pub enum ReductionTwoPassMode {
Auto,
ForceOn,
ForceOff,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ReductionTwoPassMode
impl Clone for ReductionTwoPassMode
Source§fn clone(&self) -> ReductionTwoPassMode
fn clone(&self) -> ReductionTwoPassMode
Returns a duplicate 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 ReductionTwoPassMode
impl Debug for ReductionTwoPassMode
Source§impl<'de> Deserialize<'de> for ReductionTwoPassMode
impl<'de> Deserialize<'de> for ReductionTwoPassMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReductionTwoPassMode
impl PartialEq for ReductionTwoPassMode
Source§impl Serialize for ReductionTwoPassMode
impl Serialize for ReductionTwoPassMode
impl Copy for ReductionTwoPassMode
impl Eq for ReductionTwoPassMode
impl StructuralPartialEq for ReductionTwoPassMode
Auto Trait Implementations§
impl Freeze for ReductionTwoPassMode
impl RefUnwindSafe for ReductionTwoPassMode
impl Send for ReductionTwoPassMode
impl Sync for ReductionTwoPassMode
impl Unpin for ReductionTwoPassMode
impl UnwindSafe for ReductionTwoPassMode
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