pub enum PictureCommand {
Show(Show),
Erase(Erase),
}Variants§
Trait Implementations§
Source§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