pub struct BatchObjectRef {
pub batch_id: u64,
pub offset_bytes: usize,
pub size_bytes: usize,
}
Fields§
§batch_id: u64
§offset_bytes: usize
§size_bytes: usize
Trait Implementations§
Source§impl Clone for BatchObjectRef
impl Clone for BatchObjectRef
Source§fn clone(&self) -> BatchObjectRef
fn clone(&self) -> BatchObjectRef
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 BatchObjectRef
impl Debug for BatchObjectRef
Auto Trait Implementations§
impl Freeze for BatchObjectRef
impl RefUnwindSafe for BatchObjectRef
impl Send for BatchObjectRef
impl Sync for BatchObjectRef
impl Unpin for BatchObjectRef
impl UnwindSafe for BatchObjectRef
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