Struct google_cloud_storage::http::objects::Owner
source · Expand description
The owner of a specific resource.
Fields§
§entity: StringThe entity, in the form user-userId.
entity_id: Option<String>The ID for the entity.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Owner
impl<'de> Deserialize<'de> for Owner
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<Owner> for Owner
impl PartialEq<Owner> for Owner
impl Eq for Owner
impl StructuralEq for Owner
impl StructuralPartialEq for Owner
Auto Trait Implementations§
impl RefUnwindSafe for Owner
impl Send for Owner
impl Sync for Owner
impl Unpin for Owner
impl UnwindSafe for Owner
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.