pub struct LitStr3ListView {
pub lit_str_3_list_group: LitStr3ListGroupHandle,
pub lit_str_3_list: LitStr3ListHandle,
}Fields§
§lit_str_3_list_group: LitStr3ListGroupHandle§lit_str_3_list: LitStr3ListHandleTrait Implementations§
Source§impl Clone for LitStr3ListView
impl Clone for LitStr3ListView
Source§fn clone(&self) -> LitStr3ListView
fn clone(&self) -> LitStr3ListView
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 LitStr3ListView
impl Debug for LitStr3ListView
Source§impl PartialEq for LitStr3ListView
impl PartialEq for LitStr3ListView
Source§impl<F: CstFacade> RecursiveView<F> for LitStr3ListView
impl<F: CstFacade> RecursiveView<F> for LitStr3ListView
Source§type Item = LitStr3ListGroupHandle
type Item = LitStr3ListGroupHandle
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 LitStr3ListView
impl Eq for LitStr3ListView
impl StructuralPartialEq for LitStr3ListView
Auto Trait Implementations§
impl Freeze for LitStr3ListView
impl RefUnwindSafe for LitStr3ListView
impl Send for LitStr3ListView
impl Sync for LitStr3ListView
impl Unpin for LitStr3ListView
impl UnwindSafe for LitStr3ListView
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