Enum cloud_storage::object::Projection
source · [−]pub enum Projection {
Full,
NoAcl,
}Expand description
Acceptable values of projection properties to return from Object::list requests.
Variants
Full
Include all properties.
NoAcl
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
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