pub struct ReadRange {
pub object_id: ObjectId,
pub property_id: PropertyId,
pub array_index: u32,
pub request_type: ReadRangeRequestType,
}Fields§
§object_id: ObjectId§property_id: PropertyId§array_index: u32§request_type: ReadRangeRequestTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadRange
impl RefUnwindSafe for ReadRange
impl Send for ReadRange
impl Sync for ReadRange
impl Unpin for ReadRange
impl UnwindSafe for ReadRange
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