Struct cloud_storage::object::SourceObject [−][src]
pub struct SourceObject {
pub name: String,
pub generation: Option<i64>,
pub object_preconditions: Option<ObjectPrecondition>,
}Expand description
A SourceObject represents one of the objects that is to be composed.
Fields
name: StringThe source object’s name. All source objects must have the same storage class and reside in the same bucket.
generation: Option<i64>The generation of this object to use as the source.
object_preconditions: Option<ObjectPrecondition>Conditions that must be met for this operation to execute.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SourceObject
impl Send for SourceObject
impl Sync for SourceObject
impl Unpin for SourceObject
impl UnwindSafe for SourceObject
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more