pub(crate) enum VariableSolutions {
None,
TooMany,
Single(i64),
}
Variants§
Auto Trait Implementations§
impl Freeze for VariableSolutions
impl RefUnwindSafe for VariableSolutions
impl Send for VariableSolutions
impl Sync for VariableSolutions
impl Unpin for VariableSolutions
impl UnwindSafe for VariableSolutions
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