pub enum ConstrainDirection {
Left,
Center,
Right,
Top,
Middle,
Bottom,
}
Variants§
Trait Implementations§
Source§impl Debug for ConstrainDirection
impl Debug for ConstrainDirection
Auto Trait Implementations§
impl Freeze for ConstrainDirection
impl RefUnwindSafe for ConstrainDirection
impl Send for ConstrainDirection
impl Sync for ConstrainDirection
impl Unpin for ConstrainDirection
impl UnwindSafe for ConstrainDirection
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