pub enum Numbound {
Included(String),
Excluded(String),
Unbounded,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Numbound
impl RefUnwindSafe for Numbound
impl Send for Numbound
impl Sync for Numbound
impl Unpin for Numbound
impl UnwindSafe for Numbound
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