pub enum LayerPaintedMethod {
LayerPainted,
}Variants§
LayerPainted
Trait Implementations§
Source§impl Clone for LayerPaintedMethod
impl Clone for LayerPaintedMethod
Source§fn clone(&self) -> LayerPaintedMethod
fn clone(&self) -> LayerPaintedMethod
Returns a duplicate 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 LayerPaintedMethod
impl Debug for LayerPaintedMethod
Source§impl<'de> Deserialize<'de> for LayerPaintedMethod
impl<'de> Deserialize<'de> for LayerPaintedMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LayerPaintedMethod
impl PartialEq for LayerPaintedMethod
Source§impl Serialize for LayerPaintedMethod
impl Serialize for LayerPaintedMethod
impl StructuralPartialEq for LayerPaintedMethod
Auto Trait Implementations§
impl Freeze for LayerPaintedMethod
impl RefUnwindSafe for LayerPaintedMethod
impl Send for LayerPaintedMethod
impl Sync for LayerPaintedMethod
impl Unpin for LayerPaintedMethod
impl UnsafeUnpin for LayerPaintedMethod
impl UnwindSafe for LayerPaintedMethod
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