diff options
Diffstat (limited to 'src/layout/background.rs')
| -rw-r--r-- | src/layout/background.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/background.rs b/src/layout/background.rs index d3408182..515eef71 100644 --- a/src/layout/background.rs +++ b/src/layout/background.rs @@ -12,7 +12,7 @@ pub struct BackgroundNode { } /// The kind of shape to use as a background. -#[derive(Debug, Clone, PartialEq)] +#[derive(Debug, Copy, Clone, Eq, PartialEq)] pub enum BackgroundShape { Rect, Ellipse, |
