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