pub struct DelimCode1ListView {
pub delim_code_1_list_group: DelimCode1ListGroupHandle,
pub delim_code_1_list: DelimCode1ListHandle,
}Fields§
§delim_code_1_list_group: DelimCode1ListGroupHandle§delim_code_1_list: DelimCode1ListHandleTrait Implementations§
Source§impl Clone for DelimCode1ListView
impl Clone for DelimCode1ListView
Source§fn clone(&self) -> DelimCode1ListView
fn clone(&self) -> DelimCode1ListView
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 DelimCode1ListView
impl Debug for DelimCode1ListView
Source§impl PartialEq for DelimCode1ListView
impl PartialEq for DelimCode1ListView
Source§impl<F: CstFacade> RecursiveView<F> for DelimCode1ListView
impl<F: CstFacade> RecursiveView<F> for DelimCode1ListView
Source§type Item = DelimCode1ListGroupHandle
type Item = DelimCode1ListGroupHandle
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 DelimCode1ListView
impl Eq for DelimCode1ListView
impl StructuralPartialEq for DelimCode1ListView
Auto Trait Implementations§
impl Freeze for DelimCode1ListView
impl RefUnwindSafe for DelimCode1ListView
impl Send for DelimCode1ListView
impl Sync for DelimCode1ListView
impl Unpin for DelimCode1ListView
impl UnwindSafe for DelimCode1ListView
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