pub struct ElementBackground {
pub content: ElementContentBase,
}Fields§
§content: ElementContentBaseTrait Implementations§
Source§impl Clone for ElementBackground
impl Clone for ElementBackground
Source§fn clone(&self) -> ElementBackground
fn clone(&self) -> ElementBackground
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 ElementBackground
impl Debug for ElementBackground
Source§impl<'de> Deserialize<'de> for ElementBackground
impl<'de> Deserialize<'de> for ElementBackground
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
Source§impl PartialEq for ElementBackground
impl PartialEq for ElementBackground
Source§impl Serialize for ElementBackground
impl Serialize for ElementBackground
impl StructuralPartialEq for ElementBackground
Auto Trait Implementations§
impl Freeze for ElementBackground
impl RefUnwindSafe for ElementBackground
impl Send for ElementBackground
impl Sync for ElementBackground
impl Unpin for ElementBackground
impl UnsafeUnpin for ElementBackground
impl UnwindSafe for ElementBackground
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