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