pub struct MjmlAttributes {
pub owa: Option<String>,
pub lang: Option<String>,
pub dir: Option<String>,
}Fields§
§owa: Option<String>§lang: Option<String>§dir: Option<String>Trait Implementations§
Source§impl Clone for MjmlAttributes
impl Clone for MjmlAttributes
Source§fn clone(&self) -> MjmlAttributes
fn clone(&self) -> MjmlAttributes
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 MjmlAttributes
impl Debug for MjmlAttributes
Source§impl Default for MjmlAttributes
impl Default for MjmlAttributes
Source§fn default() -> MjmlAttributes
fn default() -> MjmlAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MjmlAttributes
impl<'de> Deserialize<'de> for MjmlAttributes
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 JsonAttributes for MjmlAttributes
impl JsonAttributes for MjmlAttributes
Auto Trait Implementations§
impl Freeze for MjmlAttributes
impl RefUnwindSafe for MjmlAttributes
impl Send for MjmlAttributes
impl Sync for MjmlAttributes
impl Unpin for MjmlAttributes
impl UnwindSafe for MjmlAttributes
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