pub struct InlineCode2ListView {
pub inline_code_2_list_group: InlineCode2ListGroupHandle,
pub inline_code_2_list: InlineCode2ListHandle,
}Fields§
§inline_code_2_list_group: InlineCode2ListGroupHandle§inline_code_2_list: InlineCode2ListHandleTrait Implementations§
Source§impl Clone for InlineCode2ListView
impl Clone for InlineCode2ListView
Source§fn clone(&self) -> InlineCode2ListView
fn clone(&self) -> InlineCode2ListView
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 InlineCode2ListView
impl Debug for InlineCode2ListView
Source§impl PartialEq for InlineCode2ListView
impl PartialEq for InlineCode2ListView
Source§impl<F: CstFacade> RecursiveView<F> for InlineCode2ListView
impl<F: CstFacade> RecursiveView<F> for InlineCode2ListView
Source§type Item = InlineCode2ListGroupHandle
type Item = InlineCode2ListGroupHandle
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 InlineCode2ListView
impl Eq for InlineCode2ListView
impl StructuralPartialEq for InlineCode2ListView
Auto Trait Implementations§
impl Freeze for InlineCode2ListView
impl RefUnwindSafe for InlineCode2ListView
impl Send for InlineCode2ListView
impl Sync for InlineCode2ListView
impl Unpin for InlineCode2ListView
impl UnwindSafe for InlineCode2ListView
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