pub struct ReadProperty {
pub object_id: ObjectId,
pub property_id: PropertyId,
pub array_index: u32,
}Fields§
§object_id: ObjectId§property_id: PropertyId§array_index: u32Implementations§
Trait Implementations§
Source§impl Clone for ReadProperty
impl Clone for ReadProperty
Source§fn clone(&self) -> ReadProperty
fn clone(&self) -> ReadProperty
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 moreAuto Trait Implementations§
impl Freeze for ReadProperty
impl RefUnwindSafe for ReadProperty
impl Send for ReadProperty
impl Sync for ReadProperty
impl Unpin for ReadProperty
impl UnwindSafe for ReadProperty
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