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