#[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 get_permissions(&self) -> &Option<Vec<ResourcePermission>>
pub fn get_permissions(&self) -> &Option<Vec<ResourcePermission>>
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 for LinkSharingConfigurationBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for LinkSharingConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LinkSharingConfigurationBuilder
impl Send for LinkSharingConfigurationBuilder
impl Sync for LinkSharingConfigurationBuilder
impl Unpin for LinkSharingConfigurationBuilder
impl UnwindSafe for LinkSharingConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.