Struct libblobd_direct::op::commit_object::OpCommitObjectOutput
source · pub struct OpCommitObjectOutput {
pub object_id: Option<u64>,
}Fields§
§object_id: Option<u64>This will only be None if if_not_exists is true and an existing object with the same key was present.
Auto Trait Implementations§
impl RefUnwindSafe for OpCommitObjectOutput
impl Send for OpCommitObjectOutput
impl Sync for OpCommitObjectOutput
impl Unpin for OpCommitObjectOutput
impl UnwindSafe for OpCommitObjectOutput
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