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