pub struct TargetGrant {
pub grantee: Option<Grantee>,
pub permission: Option<BucketLogsPermission>,
}Expand description
S3 TargetGrant.
Fields§
§grantee: Option<Grantee>§permission: Option<BucketLogsPermission>Trait Implementations§
Source§impl Clone for TargetGrant
impl Clone for TargetGrant
Source§fn clone(&self) -> TargetGrant
fn clone(&self) -> TargetGrant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TargetGrant
impl Debug for TargetGrant
Source§impl Default for TargetGrant
impl Default for TargetGrant
Source§fn default() -> TargetGrant
fn default() -> TargetGrant
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TargetGrant
impl RefUnwindSafe for TargetGrant
impl Send for TargetGrant
impl Sync for TargetGrant
impl Unpin for TargetGrant
impl UnsafeUnpin for TargetGrant
impl UnwindSafe for TargetGrant
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