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