[−][src]Struct dropbox_sdk::sharing::SharedLinkSettings
This is supported on crate feature
dbx_sharing
only.Fields
requested_visibility: Option<RequestedVisibility>
The requested access for this shared link.
link_password: Option<String>
If requested_visibility
is
RequestedVisibility::Password
this is needed to specify
the password to access the link.
expires: Option<DropboxTimestamp>
Expiration time of the shared link. By default the link won't expire.
audience: Option<LinkAudience>
The new audience who can benefit from the access level specified by the link's access level
specified in the link_access_level
field of LinkPermissions
. This is used in conjunction
with team policies and shared folder policies to determine the final effective audience type
in the effective_audience
field of `LinkPermissions.
access: Option<RequestedLinkAccessLevel>
Requested access level you want the audience to gain from this link. Note, modifying access level for an existing link is not supported.
Trait Implementations
impl Debug for SharedLinkSettings
[src]
impl Default for SharedLinkSettings
[src]
impl<'de> Deserialize<'de> for SharedLinkSettings
[src]
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
[src]
impl Serialize for SharedLinkSettings
[src]
Auto Trait Implementations
impl RefUnwindSafe for SharedLinkSettings
impl Send for SharedLinkSettings
impl Sync for SharedLinkSettings
impl Unpin for SharedLinkSettings
impl UnwindSafe for SharedLinkSettings
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,