#[non_exhaustive]pub struct LinkSharingConfigurationBuilder { /* private fields */ }
Expand description
A builder for LinkSharingConfiguration
.
Implementations§
source§impl LinkSharingConfigurationBuilder
impl LinkSharingConfigurationBuilder
sourcepub fn permissions(self, input: ResourcePermission) -> Self
pub fn permissions(self, input: ResourcePermission) -> Self
Appends an item to permissions
.
To override the contents of this collection use set_permissions
.
A structure that contains the permissions of a shareable link.
sourcepub fn set_permissions(self, input: Option<Vec<ResourcePermission>>) -> Self
pub fn set_permissions(self, input: Option<Vec<ResourcePermission>>) -> Self
A structure that contains the permissions of a shareable link.
sourcepub fn build(self) -> LinkSharingConfiguration
pub fn build(self) -> LinkSharingConfiguration
Consumes the builder and constructs a LinkSharingConfiguration
.
Trait Implementations§
source§impl Clone for LinkSharingConfigurationBuilder
impl Clone for LinkSharingConfigurationBuilder
source§fn clone(&self) -> LinkSharingConfigurationBuilder
fn clone(&self) -> LinkSharingConfigurationBuilder
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 Default for LinkSharingConfigurationBuilder
impl Default for LinkSharingConfigurationBuilder
source§fn default() -> LinkSharingConfigurationBuilder
fn default() -> LinkSharingConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LinkSharingConfigurationBuilder> for LinkSharingConfigurationBuilder
impl PartialEq<LinkSharingConfigurationBuilder> for LinkSharingConfigurationBuilder
source§fn eq(&self, other: &LinkSharingConfigurationBuilder) -> bool
fn eq(&self, other: &LinkSharingConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.