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