pub struct InlineAttrs {
pub classes: Vec<String>,
pub style: Option<String>,
pub passthrough: AttrMap,
}Fields§
§classes: Vec<String>§style: Option<String>§passthrough: AttrMapTrait Implementations§
Source§impl Clone for InlineAttrs
impl Clone for InlineAttrs
Source§fn clone(&self) -> InlineAttrs
fn clone(&self) -> InlineAttrs
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 InlineAttrs
impl Debug for InlineAttrs
Source§impl Default for InlineAttrs
impl Default for InlineAttrs
Source§fn default() -> InlineAttrs
fn default() -> InlineAttrs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineAttrs
impl<'de> Deserialize<'de> for InlineAttrs
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 InlineAttrs
impl PartialEq for InlineAttrs
Source§impl Serialize for InlineAttrs
impl Serialize for InlineAttrs
impl StructuralPartialEq for InlineAttrs
Auto Trait Implementations§
impl Freeze for InlineAttrs
impl RefUnwindSafe for InlineAttrs
impl Send for InlineAttrs
impl Sync for InlineAttrs
impl Unpin for InlineAttrs
impl UnsafeUnpin for InlineAttrs
impl UnwindSafe for InlineAttrs
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