Struct aws_sdk_quicksight::model::LinkSharingConfiguration
source · [−]#[non_exhaustive]pub struct LinkSharingConfiguration { /* private fields */ }Expand description
A structure that contains the configuration of a shareable link to the dashboard.
Implementations
sourceimpl LinkSharingConfiguration
impl LinkSharingConfiguration
sourcepub fn permissions(&self) -> Option<&[ResourcePermission]>
pub fn permissions(&self) -> Option<&[ResourcePermission]>
A structure that contains the permissions of a shareable link.
sourceimpl LinkSharingConfiguration
impl LinkSharingConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LinkSharingConfiguration.
Trait Implementations
sourceimpl Clone for LinkSharingConfiguration
impl Clone for LinkSharingConfiguration
sourcefn clone(&self) -> LinkSharingConfiguration
fn clone(&self) -> LinkSharingConfiguration
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 LinkSharingConfiguration
impl Debug for LinkSharingConfiguration
sourceimpl PartialEq<LinkSharingConfiguration> for LinkSharingConfiguration
impl PartialEq<LinkSharingConfiguration> for LinkSharingConfiguration
sourcefn eq(&self, other: &LinkSharingConfiguration) -> bool
fn eq(&self, other: &LinkSharingConfiguration) -> bool
impl StructuralPartialEq for LinkSharingConfiguration
Auto Trait Implementations
impl RefUnwindSafe for LinkSharingConfiguration
impl Send for LinkSharingConfiguration
impl Sync for LinkSharingConfiguration
impl Unpin for LinkSharingConfiguration
impl UnwindSafe for LinkSharingConfiguration
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