Struct cloud_storage::object::Owner [−][src]
Expand description
Contains information about an entity that is able to own a Bucket.
Fields
entity: EntityThe entity, in the form project-owner-projectId.
entity_id: Option<String>The ID for the entity.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Ownerimpl UnwindSafe for Owner