#[non_exhaustive]pub struct DescribeFolderPermissionsOutput { /* private fields */ }Implementations
sourceimpl DescribeFolderPermissionsOutput
impl DescribeFolderPermissionsOutput
sourcepub fn permissions(&self) -> Option<&[ResourcePermission]>
pub fn permissions(&self) -> Option<&[ResourcePermission]>
Information about the permissions on the folder.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl DescribeFolderPermissionsOutput
impl DescribeFolderPermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFolderPermissionsOutput.
Trait Implementations
sourceimpl Clone for DescribeFolderPermissionsOutput
impl Clone for DescribeFolderPermissionsOutput
sourcefn clone(&self) -> DescribeFolderPermissionsOutput
fn clone(&self) -> DescribeFolderPermissionsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeFolderPermissionsOutput> for DescribeFolderPermissionsOutput
impl PartialEq<DescribeFolderPermissionsOutput> for DescribeFolderPermissionsOutput
sourcefn eq(&self, other: &DescribeFolderPermissionsOutput) -> bool
fn eq(&self, other: &DescribeFolderPermissionsOutput) -> bool
impl StructuralPartialEq for DescribeFolderPermissionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeFolderPermissionsOutput
impl Send for DescribeFolderPermissionsOutput
impl Sync for DescribeFolderPermissionsOutput
impl Unpin for DescribeFolderPermissionsOutput
impl UnwindSafe for DescribeFolderPermissionsOutput
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