Struct libblobd_direct::op::commit_object::OpCommitObjectInput
source · pub struct OpCommitObjectInput {
pub incomplete_token: IncompleteToken,
pub if_not_exists: bool,
}Fields§
§incomplete_token: IncompleteToken§if_not_exists: boolIf true, the object will only be committed if there is no existing committed object with the same key; if there is an existing object, it will be left untouched, and this object will be deleted instead.
Auto Trait Implementations§
impl RefUnwindSafe for OpCommitObjectInput
impl Send for OpCommitObjectInput
impl Sync for OpCommitObjectInput
impl Unpin for OpCommitObjectInput
impl UnwindSafe for OpCommitObjectInput
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