pub struct SectionBodyAlt0 {
pub section_body_opt: SectionBodyOptHandle,
pub section_body_list: SectionBodyListHandle,
}Fields§
§section_body_opt: SectionBodyOptHandle§section_body_list: SectionBodyListHandleTrait Implementations§
Source§impl Clone for SectionBodyAlt0
impl Clone for SectionBodyAlt0
Source§fn clone(&self) -> SectionBodyAlt0
fn clone(&self) -> SectionBodyAlt0
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 SectionBodyAlt0
impl Debug for SectionBodyAlt0
Source§impl PartialEq for SectionBodyAlt0
impl PartialEq for SectionBodyAlt0
impl Copy for SectionBodyAlt0
impl Eq for SectionBodyAlt0
impl StructuralPartialEq for SectionBodyAlt0
Auto Trait Implementations§
impl Freeze for SectionBodyAlt0
impl RefUnwindSafe for SectionBodyAlt0
impl Send for SectionBodyAlt0
impl Sync for SectionBodyAlt0
impl Unpin for SectionBodyAlt0
impl UnwindSafe for SectionBodyAlt0
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