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