pub struct CodeBlock5ListView {
pub code_block_5_list_group: CodeBlock5ListGroupHandle,
pub code_block_5_list: CodeBlock5ListHandle,
}Fields§
§code_block_5_list_group: CodeBlock5ListGroupHandle§code_block_5_list: CodeBlock5ListHandleTrait Implementations§
Source§impl Clone for CodeBlock5ListView
impl Clone for CodeBlock5ListView
Source§fn clone(&self) -> CodeBlock5ListView
fn clone(&self) -> CodeBlock5ListView
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 CodeBlock5ListView
impl Debug for CodeBlock5ListView
Source§impl PartialEq for CodeBlock5ListView
impl PartialEq for CodeBlock5ListView
Source§impl<F: CstFacade> RecursiveView<F> for CodeBlock5ListView
impl<F: CstFacade> RecursiveView<F> for CodeBlock5ListView
Source§type Item = CodeBlock5ListGroupHandle
type Item = CodeBlock5ListGroupHandle
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 CodeBlock5ListView
impl Eq for CodeBlock5ListView
impl StructuralPartialEq for CodeBlock5ListView
Auto Trait Implementations§
impl Freeze for CodeBlock5ListView
impl RefUnwindSafe for CodeBlock5ListView
impl Send for CodeBlock5ListView
impl Sync for CodeBlock5ListView
impl Unpin for CodeBlock5ListView
impl UnwindSafe for CodeBlock5ListView
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