pub enum ShapeLayer {
Below,
Above,
}
Variants§
Trait Implementations§
Source§impl Clone for ShapeLayer
impl Clone for ShapeLayer
Source§fn clone(&self) -> ShapeLayer
fn clone(&self) -> ShapeLayer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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