pub struct CodeBlock6ListView {
pub code_block_6_list_group: CodeBlock6ListGroupHandle,
pub code_block_6_list: CodeBlock6ListHandle,
}Fields§
§code_block_6_list_group: CodeBlock6ListGroupHandle§code_block_6_list: CodeBlock6ListHandleTrait Implementations§
Source§impl Clone for CodeBlock6ListView
impl Clone for CodeBlock6ListView
Source§fn clone(&self) -> CodeBlock6ListView
fn clone(&self) -> CodeBlock6ListView
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 CodeBlock6ListView
impl Debug for CodeBlock6ListView
Source§impl PartialEq for CodeBlock6ListView
impl PartialEq for CodeBlock6ListView
Source§impl<F: CstFacade> RecursiveView<F> for CodeBlock6ListView
impl<F: CstFacade> RecursiveView<F> for CodeBlock6ListView
Source§type Item = CodeBlock6ListGroupHandle
type Item = CodeBlock6ListGroupHandle
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 CodeBlock6ListView
impl Eq for CodeBlock6ListView
impl StructuralPartialEq for CodeBlock6ListView
Auto Trait Implementations§
impl Freeze for CodeBlock6ListView
impl RefUnwindSafe for CodeBlock6ListView
impl Send for CodeBlock6ListView
impl Sync for CodeBlock6ListView
impl Unpin for CodeBlock6ListView
impl UnwindSafe for CodeBlock6ListView
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