Enum cranelift_codegen_meta::cdsl::typevar::Interval
source · pub(crate) enum Interval {
None,
All,
Range(Range<u16>),
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Interval
impl PartialEq for Interval
impl StructuralPartialEq for Interval
Auto Trait Implementations§
impl Freeze for Interval
impl RefUnwindSafe for Interval
impl Send for Interval
impl Sync for Interval
impl Unpin for Interval
impl UnwindSafe for Interval
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