Struct aws_sdk_s3control::model::S3Grant
source · [−]#[non_exhaustive]pub struct S3Grant { /* private fields */ }Expand description
Implementations
sourceimpl S3Grant
impl S3Grant
sourcepub fn permission(&self) -> Option<&S3Permission>
pub fn permission(&self) -> Option<&S3Permission>
Trait Implementations
impl StructuralPartialEq for S3Grant
Auto Trait Implementations
impl RefUnwindSafe for S3Grant
impl Send for S3Grant
impl Sync for S3Grant
impl Unpin for S3Grant
impl UnwindSafe for S3Grant
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