pub enum PictureCommand {
Show(Show),
Erase(Erase),
}Variants§
Trait Implementations§
Source§impl Clone for PictureCommand
impl Clone for PictureCommand
Source§fn clone(&self) -> PictureCommand
fn clone(&self) -> PictureCommand
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 PartialEq for PictureCommand
impl PartialEq for PictureCommand
impl StructuralPartialEq for PictureCommand
Auto Trait Implementations§
impl Freeze for PictureCommand
impl RefUnwindSafe for PictureCommand
impl Send for PictureCommand
impl Sync for PictureCommand
impl Unpin for PictureCommand
impl UnwindSafe for PictureCommand
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