pub enum LhsTransformations {
Lower,
Any,
}
Variants§
Trait Implementations§
Source§impl Debug for LhsTransformations
impl Debug for LhsTransformations
Source§impl PartialEq for LhsTransformations
impl PartialEq 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