pub struct HeadingSlots {
pub default: Vec<InlineComponent>,
}
Fields§
§default: Vec<InlineComponent>
Trait Implementations§
Source§impl Clone for HeadingSlots
impl Clone for HeadingSlots
Source§fn clone(&self) -> HeadingSlots
fn clone(&self) -> HeadingSlots
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HeadingSlots
impl Debug for HeadingSlots
Source§impl Default for HeadingSlots
impl Default for HeadingSlots
Source§fn default() -> HeadingSlots
fn default() -> HeadingSlots
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HeadingSlots
impl<'de> Deserialize<'de> for HeadingSlots
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 HeadingSlots
impl PartialEq for HeadingSlots
Source§impl Serialize for HeadingSlots
impl Serialize for HeadingSlots
impl Eq for HeadingSlots
impl StructuralPartialEq for HeadingSlots
Auto Trait Implementations§
impl Freeze for HeadingSlots
impl RefUnwindSafe for HeadingSlots
impl Send for HeadingSlots
impl Sync for HeadingSlots
impl Unpin for HeadingSlots
impl UnwindSafe for HeadingSlots
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