pub struct CodeBlock3ListView {
pub code_block_3_list_group: CodeBlock3ListGroupHandle,
pub code_block_3_list: CodeBlock3ListHandle,
}Fields§
§code_block_3_list_group: CodeBlock3ListGroupHandle§code_block_3_list: CodeBlock3ListHandleTrait Implementations§
Source§impl Clone for CodeBlock3ListView
impl Clone for CodeBlock3ListView
Source§fn clone(&self) -> CodeBlock3ListView
fn clone(&self) -> CodeBlock3ListView
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 CodeBlock3ListView
impl Debug for CodeBlock3ListView
Source§impl PartialEq for CodeBlock3ListView
impl PartialEq for CodeBlock3ListView
Source§impl<F: CstFacade> RecursiveView<F> for CodeBlock3ListView
impl<F: CstFacade> RecursiveView<F> for CodeBlock3ListView
Source§type Item = CodeBlock3ListGroupHandle
type Item = CodeBlock3ListGroupHandle
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 CodeBlock3ListView
impl Eq for CodeBlock3ListView
impl StructuralPartialEq for CodeBlock3ListView
Auto Trait Implementations§
impl Freeze for CodeBlock3ListView
impl RefUnwindSafe for CodeBlock3ListView
impl Send for CodeBlock3ListView
impl Sync for CodeBlock3ListView
impl Unpin for CodeBlock3ListView
impl UnwindSafe for CodeBlock3ListView
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