pub enum Comparable {
Lit(Literal),
None,
}Variants§
Trait Implementations§
Source§impl Debug for Comparable
impl Debug for Comparable
Source§impl PartialEq for Comparable
impl PartialEq for Comparable
Source§impl PartialOrd for Comparable
impl PartialOrd for Comparable
impl StructuralPartialEq for Comparable
Auto Trait Implementations§
impl Freeze for Comparable
impl RefUnwindSafe for Comparable
impl Send for Comparable
impl Sync for Comparable
impl Unpin for Comparable
impl UnwindSafe for Comparable
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