pub struct ObjectPrecondition {
pub if_generation_match: i64,
}
Expand description
Allows conditional copying of this file.
Fields§
§if_generation_match: i64
Only perform the composition if the generation of the source object that would be used matches this value. If this value and a generation are both specified, they must be the same value or the call will fail.
Trait Implementations§
Source§impl Debug for ObjectPrecondition
impl Debug for ObjectPrecondition
Source§impl PartialEq for ObjectPrecondition
impl PartialEq for ObjectPrecondition
Source§impl Serialize for ObjectPrecondition
impl Serialize for ObjectPrecondition
impl StructuralPartialEq for ObjectPrecondition
Auto Trait Implementations§
impl Freeze for ObjectPrecondition
impl RefUnwindSafe for ObjectPrecondition
impl Send for ObjectPrecondition
impl Sync for ObjectPrecondition
impl Unpin for ObjectPrecondition
impl UnwindSafe for ObjectPrecondition
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