pub enum Constrain {
Range,
Domain,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Constrain
impl RefUnwindSafe for Constrain
impl Send for Constrain
impl Sync for Constrain
impl Unpin for Constrain
impl UnwindSafe for Constrain
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