pub struct LoggingEnabled {
pub target_bucket: String,
pub target_grants: Vec<TargetGrant>,
pub target_object_key_format: Option<TargetObjectKeyFormat>,
pub target_prefix: String,
}Expand description
S3 LoggingEnabled.
Fields§
§target_bucket: String§target_grants: Vec<TargetGrant>§target_object_key_format: Option<TargetObjectKeyFormat>§target_prefix: StringTrait Implementations§
Source§impl Clone for LoggingEnabled
impl Clone for LoggingEnabled
Source§fn clone(&self) -> LoggingEnabled
fn clone(&self) -> LoggingEnabled
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoggingEnabled
impl Debug for LoggingEnabled
Source§impl Default for LoggingEnabled
impl Default for LoggingEnabled
Source§fn default() -> LoggingEnabled
fn default() -> LoggingEnabled
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoggingEnabled
impl RefUnwindSafe for LoggingEnabled
impl Send for LoggingEnabled
impl Sync for LoggingEnabled
impl Unpin for LoggingEnabled
impl UnsafeUnpin for LoggingEnabled
impl UnwindSafe for LoggingEnabled
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more