pub struct BackgroundTypePattern { /* private fields */ }
Expand description
A PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user
Implementations§
Trait Implementations§
Source§impl AsRef<BackgroundTypePattern> for BackgroundTypePattern
impl AsRef<BackgroundTypePattern> for BackgroundTypePattern
Source§fn as_ref(&self) -> &BackgroundTypePattern
fn as_ref(&self) -> &BackgroundTypePattern
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for BackgroundTypePattern
impl Clone for BackgroundTypePattern
Source§fn clone(&self) -> BackgroundTypePattern
fn clone(&self) -> BackgroundTypePattern
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 BackgroundTypePattern
impl Debug for BackgroundTypePattern
Source§impl Default for BackgroundTypePattern
impl Default for BackgroundTypePattern
Source§fn default() -> BackgroundTypePattern
fn default() -> BackgroundTypePattern
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackgroundTypePattern
impl<'de> Deserialize<'de> for BackgroundTypePattern
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 Serialize for BackgroundTypePattern
impl Serialize for BackgroundTypePattern
impl TDBackgroundType for BackgroundTypePattern
Auto Trait Implementations§
impl Freeze for BackgroundTypePattern
impl RefUnwindSafe for BackgroundTypePattern
impl Send for BackgroundTypePattern
impl Sync for BackgroundTypePattern
impl Unpin for BackgroundTypePattern
impl UnwindSafe for BackgroundTypePattern
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