pub struct FlatBodyView {
pub section_head: SectionHeadHandle,
pub flat_body_list: FlatBodyListHandle,
}Fields§
§section_head: SectionHeadHandle§flat_body_list: FlatBodyListHandleTrait Implementations§
Source§impl Clone for FlatBodyView
impl Clone for FlatBodyView
Source§fn clone(&self) -> FlatBodyView
fn clone(&self) -> FlatBodyView
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 FlatBodyView
impl Debug for FlatBodyView
Source§impl PartialEq for FlatBodyView
impl PartialEq for FlatBodyView
impl Copy for FlatBodyView
impl Eq for FlatBodyView
impl StructuralPartialEq for FlatBodyView
Auto Trait Implementations§
impl Freeze for FlatBodyView
impl RefUnwindSafe for FlatBodyView
impl Send for FlatBodyView
impl Sync for FlatBodyView
impl Unpin for FlatBodyView
impl UnwindSafe for FlatBodyView
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