pub struct CodeBlock4ListView {
pub code_block_4_list_group: CodeBlock4ListGroupHandle,
pub code_block_4_list: CodeBlock4ListHandle,
}Fields§
§code_block_4_list_group: CodeBlock4ListGroupHandle§code_block_4_list: CodeBlock4ListHandleTrait Implementations§
Source§impl Clone for CodeBlock4ListView
impl Clone for CodeBlock4ListView
Source§fn clone(&self) -> CodeBlock4ListView
fn clone(&self) -> CodeBlock4ListView
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 CodeBlock4ListView
impl Debug for CodeBlock4ListView
Source§impl PartialEq for CodeBlock4ListView
impl PartialEq for CodeBlock4ListView
Source§impl<F: CstFacade> RecursiveView<F> for CodeBlock4ListView
impl<F: CstFacade> RecursiveView<F> for CodeBlock4ListView
Source§type Item = CodeBlock4ListGroupHandle
type Item = CodeBlock4ListGroupHandle
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 CodeBlock4ListView
impl Eq for CodeBlock4ListView
impl StructuralPartialEq for CodeBlock4ListView
Auto Trait Implementations§
impl Freeze for CodeBlock4ListView
impl RefUnwindSafe for CodeBlock4ListView
impl Send for CodeBlock4ListView
impl Sync for CodeBlock4ListView
impl Unpin for CodeBlock4ListView
impl UnwindSafe for CodeBlock4ListView
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