pub struct SectionBodyListView {
pub binding: BindingHandle,
pub section_body_list: SectionBodyListHandle,
}Fields§
§binding: BindingHandle§section_body_list: SectionBodyListHandleTrait Implementations§
Source§impl Clone for SectionBodyListView
impl Clone for SectionBodyListView
Source§fn clone(&self) -> SectionBodyListView
fn clone(&self) -> SectionBodyListView
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 SectionBodyListView
impl Debug for SectionBodyListView
Source§impl PartialEq for SectionBodyListView
impl PartialEq for SectionBodyListView
Source§impl<F: CstFacade> RecursiveView<F> for SectionBodyListView
impl<F: CstFacade> RecursiveView<F> for SectionBodyListView
Source§type Item = BindingHandle
type Item = BindingHandle
The type of the item in the view.
fn get_all_with_visit<E>( &self, tree: &F, visit_ignored: &mut impl BuiltinTerminalVisitor<E, F>, ) -> Result<Vec<Self::Item>, CstConstructError<E>>
fn get_all(&self, tree: &F) -> Result<Vec<Self::Item>, CstConstructError>
impl Copy for SectionBodyListView
impl Eq for SectionBodyListView
impl StructuralPartialEq for SectionBodyListView
Auto Trait Implementations§
impl Freeze for SectionBodyListView
impl RefUnwindSafe for SectionBodyListView
impl Send for SectionBodyListView
impl Sync for SectionBodyListView
impl Unpin for SectionBodyListView
impl UnwindSafe for SectionBodyListView
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