pub enum BackgroundImageAlignment {
Bottom,
BottomLeft,
BottomRight,
Center,
Left,
Right,
Top,
TopLeft,
TopRight,
}Variants§
Trait Implementations§
Source§impl Clone for BackgroundImageAlignment
impl Clone for BackgroundImageAlignment
Source§fn clone(&self) -> BackgroundImageAlignment
fn clone(&self) -> BackgroundImageAlignment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BackgroundImageAlignment
impl Debug for BackgroundImageAlignment
Source§impl<'de> Deserialize<'de> for BackgroundImageAlignment
impl<'de> Deserialize<'de> for BackgroundImageAlignment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BackgroundImageAlignment
impl RefUnwindSafe for BackgroundImageAlignment
impl Send for BackgroundImageAlignment
impl Sync for BackgroundImageAlignment
impl Unpin for BackgroundImageAlignment
impl UnsafeUnpin for BackgroundImageAlignment
impl UnwindSafe for BackgroundImageAlignment
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