pub enum BackgroundVariant {
None,
Dots,
Lines,
Grid,
Cross,
}Variants§
Trait Implementations§
Source§impl Clone for BackgroundVariant
impl Clone for BackgroundVariant
Source§fn clone(&self) -> BackgroundVariant
fn clone(&self) -> BackgroundVariant
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 BackgroundVariant
impl Debug for BackgroundVariant
Source§impl PartialEq for BackgroundVariant
impl PartialEq for BackgroundVariant
impl StructuralPartialEq for BackgroundVariant
Auto Trait Implementations§
impl Freeze for BackgroundVariant
impl RefUnwindSafe for BackgroundVariant
impl Send for BackgroundVariant
impl Sync for BackgroundVariant
impl Unpin for BackgroundVariant
impl UnwindSafe for BackgroundVariant
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