Struct aws_sdk_s3::model::Grant
source · [−]#[non_exhaustive]pub struct Grant { /* private fields */ }
Expand description
Container for grant information.
Implementations
sourceimpl Grant
impl Grant
sourcepub fn permission(&self) -> Option<&Permission>
pub fn permission(&self) -> Option<&Permission>
Specifies the permission given to the grantee.
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more