pub enum SectionBodyView {
SectionBodyOpt(SectionBodyOptHandle),
BlockBody(BlockBodyHandle),
}Variants§
SectionBodyOpt(SectionBodyOptHandle)
BlockBody(BlockBodyHandle)
Trait Implementations§
Source§impl Clone for SectionBodyView
impl Clone for SectionBodyView
Source§fn clone(&self) -> SectionBodyView
fn clone(&self) -> SectionBodyView
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 SectionBodyView
impl Debug for SectionBodyView
Source§impl PartialEq for SectionBodyView
impl PartialEq for SectionBodyView
impl Copy for SectionBodyView
impl Eq for SectionBodyView
impl StructuralPartialEq for SectionBodyView
Auto Trait Implementations§
impl Freeze for SectionBodyView
impl RefUnwindSafe for SectionBodyView
impl Send for SectionBodyView
impl Sync for SectionBodyView
impl Unpin for SectionBodyView
impl UnwindSafe for SectionBodyView
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