Struct rusoto_s3::PolicyStatus [−][src]
Expand description
The container element for a bucket's policy status.
Fields
is_public: Option<bool>The policy status for this bucket. TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PolicyStatus
impl Send for PolicyStatus
impl Sync for PolicyStatus
impl Unpin for PolicyStatus
impl UnwindSafe for PolicyStatus
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