#[non_exhaustive]pub struct UpdateFolderPermissionsOutput { /* private fields */ }Implementations
sourceimpl UpdateFolderPermissionsOutput
impl UpdateFolderPermissionsOutput
sourcepub fn permissions(&self) -> Option<&[ResourcePermission]>
pub fn permissions(&self) -> Option<&[ResourcePermission]>
Information about the permissions for 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 UpdateFolderPermissionsOutput
impl UpdateFolderPermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFolderPermissionsOutput.
Trait Implementations
sourceimpl Clone for UpdateFolderPermissionsOutput
impl Clone for UpdateFolderPermissionsOutput
sourcefn clone(&self) -> UpdateFolderPermissionsOutput
fn clone(&self) -> UpdateFolderPermissionsOutput
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 Debug for UpdateFolderPermissionsOutput
impl Debug for UpdateFolderPermissionsOutput
sourceimpl PartialEq<UpdateFolderPermissionsOutput> for UpdateFolderPermissionsOutput
impl PartialEq<UpdateFolderPermissionsOutput> for UpdateFolderPermissionsOutput
sourcefn eq(&self, other: &UpdateFolderPermissionsOutput) -> bool
fn eq(&self, other: &UpdateFolderPermissionsOutput) -> bool
impl StructuralPartialEq for UpdateFolderPermissionsOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFolderPermissionsOutput
impl Send for UpdateFolderPermissionsOutput
impl Sync for UpdateFolderPermissionsOutput
impl Unpin for UpdateFolderPermissionsOutput
impl UnwindSafe for UpdateFolderPermissionsOutput
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