Struct aws_sdk_s3::types::Grant
source · #[non_exhaustive]pub struct Grant { /* private fields */ }
Expand description
Container for grant information.
Implementations§
source§impl Grant
impl Grant
sourcepub fn permission(&self) -> Option<&Permission>
pub fn permission(&self) -> Option<&Permission>
Specifies the permission given to the grantee.
Trait Implementations§
source§impl PartialEq<Grant> for Grant
impl PartialEq<Grant> for Grant
impl StructuralPartialEq for Grant
Auto Trait Implementations§
impl RefUnwindSafe for Grant
impl Send for Grant
impl Sync for Grant
impl Unpin for Grant
impl UnwindSafe for Grant
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