Struct google_cloud_storage::http::objects::compose::ComposingTargets
source · pub struct ComposingTargets {
pub destination: Option<Object>,
pub source_objects: Vec<SourceObjects>,
}Fields§
§destination: Option<Object>Properties of the resulting object.
source_objects: Vec<SourceObjects>The list of source objects that will be concatenated into a single object.
Trait Implementations§
source§impl Clone for ComposingTargets
impl Clone for ComposingTargets
source§fn clone(&self) -> ComposingTargets
fn clone(&self) -> ComposingTargets
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ComposingTargets
impl Debug for ComposingTargets
source§impl Default for ComposingTargets
impl Default for ComposingTargets
source§fn default() -> ComposingTargets
fn default() -> ComposingTargets
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ComposingTargets
impl<'de> Deserialize<'de> for ComposingTargets
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ComposingTargets> for ComposingTargets
impl PartialEq<ComposingTargets> for ComposingTargets
source§fn eq(&self, other: &ComposingTargets) -> bool
fn eq(&self, other: &ComposingTargets) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ComposingTargets
impl Serialize for ComposingTargets
impl Eq for ComposingTargets
impl StructuralEq for ComposingTargets
impl StructuralPartialEq for ComposingTargets
Auto Trait Implementations§
impl RefUnwindSafe for ComposingTargets
impl Send for ComposingTargets
impl Sync for ComposingTargets
impl Unpin for ComposingTargets
impl UnwindSafe for ComposingTargets
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.