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