pub enum LhsTransformations {
Lower,
Any,
}
Variants§
Trait Implementations§
Source§impl Clone for LhsTransformations
impl Clone for LhsTransformations
Source§fn clone(&self) -> LhsTransformations
fn clone(&self) -> LhsTransformations
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 LhsTransformations
impl Debug for LhsTransformations
Source§impl PartialEq for LhsTransformations
impl PartialEq for LhsTransformations
impl Copy for LhsTransformations
impl Eq for LhsTransformations
impl StructuralPartialEq for LhsTransformations
Auto Trait Implementations§
impl Freeze for LhsTransformations
impl RefUnwindSafe for LhsTransformations
impl Send for LhsTransformations
impl Sync for LhsTransformations
impl Unpin for LhsTransformations
impl UnwindSafe for LhsTransformations
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