pub struct StringsListView {
pub continue: ContinueHandle,
pub string: StringHandle,
pub strings_list: StringsListHandle,
}Fields§
§continue: ContinueHandle§string: StringHandle§strings_list: StringsListHandleTrait Implementations§
Source§impl Clone for StringsListView
impl Clone for StringsListView
Source§fn clone(&self) -> StringsListView
fn clone(&self) -> StringsListView
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 StringsListView
impl Debug for StringsListView
Source§impl PartialEq for StringsListView
impl PartialEq for StringsListView
Source§impl<F: CstFacade> RecursiveView<F> for StringsListView
impl<F: CstFacade> RecursiveView<F> for StringsListView
Source§type Item = StringsListItem
type Item = StringsListItem
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 StringsListView
impl Eq for StringsListView
impl StructuralPartialEq for StringsListView
Auto Trait Implementations§
impl Freeze for StringsListView
impl RefUnwindSafe for StringsListView
impl Send for StringsListView
impl Sync for StringsListView
impl Unpin for StringsListView
impl UnwindSafe for StringsListView
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