pub enum Constraintext {
Inside,
Outside,
Both,
None,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Constraintext
impl RefUnwindSafe for Constraintext
impl Send for Constraintext
impl Sync for Constraintext
impl Unpin for Constraintext
impl UnwindSafe for Constraintext
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