Enum cloud_storage::object::Projection [−][src]
pub enum Projection {
Full,
NoAcl,
}Expand description
Acceptable values of projection properties to return from Object::list requests.
Variants
Include all properties.
Omit the owner, acl property.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Projectionimpl Send for Projectionimpl Sync for Projectionimpl Unpin for Projectionimpl UnwindSafe for ProjectionBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more