pub enum BaseTransformMode {
AlwaysInPlace,
NeverInPlace,
Both,
}Variants
AlwaysInPlace
NeverInPlace
Both
Trait Implementations
sourceimpl Clone for BaseTransformMode
impl Clone for BaseTransformMode
sourcefn clone(&self) -> BaseTransformMode
fn clone(&self) -> BaseTransformMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BaseTransformMode
impl Debug for BaseTransformMode
sourceimpl PartialEq<BaseTransformMode> for BaseTransformMode
impl PartialEq<BaseTransformMode> for BaseTransformMode
sourcefn eq(&self, other: &BaseTransformMode) -> bool
fn eq(&self, other: &BaseTransformMode) -> bool
impl Copy for BaseTransformMode
impl Eq for BaseTransformMode
impl StructuralEq for BaseTransformMode
impl StructuralPartialEq for BaseTransformMode
Auto Trait Implementations
impl RefUnwindSafe for BaseTransformMode
impl Send for BaseTransformMode
impl Sync for BaseTransformMode
impl Unpin for BaseTransformMode
impl UnwindSafe for BaseTransformMode
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