Enum versatile_data::ConditionRow
source · [−]Variants
Min(u32)
Max(u32)
Range(RangeInclusive<u32>)
In(Vec<u32>)
Auto Trait Implementations
impl RefUnwindSafe for ConditionRow
impl Send for ConditionRow
impl Sync for ConditionRow
impl Unpin for ConditionRow
impl UnwindSafe for ConditionRow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more