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 Projection
impl Send for Projection
impl Sync for Projection
impl Unpin for Projection
impl UnwindSafe for Projection
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