Struct aws_sdk_workdocs::model::ShareResult
source · [−]#[non_exhaustive]pub struct ShareResult { /* private fields */ }
Expand description
Describes the share results of a resource.
Implementations
sourcepub fn principal_id(&self) -> Option<&str>
pub fn principal_id(&self) -> Option<&str>
The ID of the principal.
sourcepub fn invitee_principal_id(&self) -> Option<&str>
pub fn invitee_principal_id(&self) -> Option<&str>
The ID of the invited user.
sourcepub fn status(&self) -> Option<&ShareStatusType>
pub fn status(&self) -> Option<&ShareStatusType>
The status.
The ID of the resource that was shared.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The status message.
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ShareResult
.
Trait Implementations
sourcefn clone(&self) -> ShareResult
fn clone(&self) -> ShareResult
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 moresourcefn eq(&self, other: &ShareResult) -> bool
fn eq(&self, other: &ShareResult) -> bool
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more