pub struct EureSectionsView {
pub section: SectionHandle,
pub eure_sections: EureSectionsHandle,
}Fields§
§section: SectionHandle§eure_sections: EureSectionsHandleTrait Implementations§
Source§impl Clone for EureSectionsView
impl Clone for EureSectionsView
Source§fn clone(&self) -> EureSectionsView
fn clone(&self) -> EureSectionsView
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 EureSectionsView
impl Debug for EureSectionsView
Source§impl PartialEq for EureSectionsView
impl PartialEq for EureSectionsView
Source§impl<F: CstFacade> RecursiveView<F> for EureSectionsView
impl<F: CstFacade> RecursiveView<F> for EureSectionsView
Source§type Item = SectionHandle
type Item = SectionHandle
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 EureSectionsView
impl Eq for EureSectionsView
impl StructuralPartialEq for EureSectionsView
Auto Trait Implementations§
impl Freeze for EureSectionsView
impl RefUnwindSafe for EureSectionsView
impl Send for EureSectionsView
impl Sync for EureSectionsView
impl Unpin for EureSectionsView
impl UnwindSafe for EureSectionsView
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