pub enum HeadingContent {}
Expand description
Trait Implementations§
Source§impl Clone for HeadingContent
impl Clone for HeadingContent
Source§fn clone(&self) -> HeadingContent
fn clone(&self) -> HeadingContent
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 HeadingContent
impl Debug for HeadingContent
Source§impl Display for HeadingContent
impl Display for HeadingContent
Source§impl PartialEq for HeadingContent
impl PartialEq for HeadingContent
impl StructuralPartialEq for HeadingContent
Auto Trait Implementations§
impl Freeze for HeadingContent
impl RefUnwindSafe for HeadingContent
impl Send for HeadingContent
impl Sync for HeadingContent
impl Unpin for HeadingContent
impl UnwindSafe for HeadingContent
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