pub struct ObjectListView {
pub keys: KeysHandle,
pub map_bind: MapBindHandle,
pub value: ValueHandle,
pub object_opt_0: ObjectOpt0Handle,
pub object_list: ObjectListHandle,
}Fields§
§keys: KeysHandle§map_bind: MapBindHandle§value: ValueHandle§object_opt_0: ObjectOpt0Handle§object_list: ObjectListHandleTrait Implementations§
Source§impl Clone for ObjectListView
impl Clone for ObjectListView
Source§fn clone(&self) -> ObjectListView
fn clone(&self) -> ObjectListView
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 ObjectListView
impl Debug for ObjectListView
Source§impl PartialEq for ObjectListView
impl PartialEq for ObjectListView
Source§impl<F: CstFacade> RecursiveView<F> for ObjectListView
impl<F: CstFacade> RecursiveView<F> for ObjectListView
Source§type Item = ObjectListItem
type Item = ObjectListItem
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 ObjectListView
impl Eq for ObjectListView
impl StructuralPartialEq for ObjectListView
Auto Trait Implementations§
impl Freeze for ObjectListView
impl RefUnwindSafe for ObjectListView
impl Send for ObjectListView
impl Sync for ObjectListView
impl Unpin for ObjectListView
impl UnwindSafe for ObjectListView
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