#[non_exhaustive]pub struct LinkSharingConfiguration { /* private fields */ }
Expand description
A structure that contains the configuration of a shareable link to the dashboard.
Implementations§
source§impl 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.
source§impl LinkSharingConfiguration
impl LinkSharingConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LinkSharingConfiguration
.
Trait Implementations§
source§impl Clone for LinkSharingConfiguration
impl Clone for LinkSharingConfiguration
source§fn clone(&self) -> LinkSharingConfiguration
fn clone(&self) -> LinkSharingConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LinkSharingConfiguration
impl Debug for LinkSharingConfiguration
source§impl PartialEq<LinkSharingConfiguration> for LinkSharingConfiguration
impl PartialEq<LinkSharingConfiguration> for LinkSharingConfiguration
source§fn eq(&self, other: &LinkSharingConfiguration) -> bool
fn eq(&self, other: &LinkSharingConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.