pub enum StyleBackgroundRepeat {
NoRepeat,
Repeat,
RepeatX,
RepeatY,
}
Expand description
Represents a background-repeat
attribute
Variants§
Trait Implementations§
Source§impl Clone for StyleBackgroundRepeat
impl Clone for StyleBackgroundRepeat
Source§fn clone(&self) -> StyleBackgroundRepeat
fn clone(&self) -> StyleBackgroundRepeat
Returns a copy 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 StyleBackgroundRepeat
impl Debug for StyleBackgroundRepeat
Source§impl Default for StyleBackgroundRepeat
impl Default for StyleBackgroundRepeat
Source§impl From<StyleBackgroundRepeat> for CssProperty
impl From<StyleBackgroundRepeat> for CssProperty
Source§fn from(e: StyleBackgroundRepeat) -> Self
fn from(e: StyleBackgroundRepeat) -> Self
Converts to this type from the input type.
Source§impl Hash for StyleBackgroundRepeat
impl Hash for StyleBackgroundRepeat
Source§impl Ord for StyleBackgroundRepeat
impl Ord for StyleBackgroundRepeat
Source§fn cmp(&self, other: &StyleBackgroundRepeat) -> Ordering
fn cmp(&self, other: &StyleBackgroundRepeat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleBackgroundRepeat
impl PartialEq for StyleBackgroundRepeat
Source§impl PartialOrd for StyleBackgroundRepeat
impl PartialOrd for StyleBackgroundRepeat
impl Copy for StyleBackgroundRepeat
impl Eq for StyleBackgroundRepeat
impl StructuralPartialEq for StyleBackgroundRepeat
Auto Trait Implementations§
impl Freeze for StyleBackgroundRepeat
impl RefUnwindSafe for StyleBackgroundRepeat
impl Send for StyleBackgroundRepeat
impl Sync for StyleBackgroundRepeat
impl Unpin for StyleBackgroundRepeat
impl UnwindSafe for StyleBackgroundRepeat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)