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