pub struct LitStr1ListView {
pub lit_str_1_list_group: LitStr1ListGroupHandle,
pub lit_str_1_list: LitStr1ListHandle,
}Fields§
§lit_str_1_list_group: LitStr1ListGroupHandle§lit_str_1_list: LitStr1ListHandleTrait Implementations§
Source§impl Clone for LitStr1ListView
impl Clone for LitStr1ListView
Source§fn clone(&self) -> LitStr1ListView
fn clone(&self) -> LitStr1ListView
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 LitStr1ListView
impl Debug for LitStr1ListView
Source§impl PartialEq for LitStr1ListView
impl PartialEq for LitStr1ListView
Source§impl<F: CstFacade> RecursiveView<F> for LitStr1ListView
impl<F: CstFacade> RecursiveView<F> for LitStr1ListView
Source§type Item = LitStr1ListGroupHandle
type Item = LitStr1ListGroupHandle
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 LitStr1ListView
impl Eq for LitStr1ListView
impl StructuralPartialEq for LitStr1ListView
Auto Trait Implementations§
impl Freeze for LitStr1ListView
impl RefUnwindSafe for LitStr1ListView
impl Send for LitStr1ListView
impl Sync for LitStr1ListView
impl Unpin for LitStr1ListView
impl UnwindSafe for LitStr1ListView
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