Struct libblobd_direct::op::read_object::OpReadObjectInput
source · pub struct OpReadObjectInput {
pub key: TinyBuf,
pub id: Option<u64>,
pub start: u64,
pub end: Option<u64>,
}
Fields§
§key: TinyBuf
§id: Option<u64>
§start: u64
§end: Option<u64>
Auto Trait Implementations§
impl !RefUnwindSafe for OpReadObjectInput
impl Send for OpReadObjectInput
impl Sync for OpReadObjectInput
impl Unpin for OpReadObjectInput
impl !UnwindSafe for OpReadObjectInput
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