Enum dropbox_sdk::sharing::RequestedVisibility [−][src]
pub enum RequestedVisibility {
Public,
TeamOnly,
Password,
}This is supported on crate feature
dbx_sharing only.Expand description
The access permission that can be requested by the caller for the shared link. Note that the
final resolved visibility of the shared link takes into account other aspects, such as team and
shared folder settings. Check the ResolvedVisibility for more info on
the possible resolved visibility values of shared links.
Variants
Anyone who has received the link can access it. No login required.
Only members of the same team can access the link. Login is required.
A link-specific password is required to access the link. Login is not required.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RequestedVisibilityimpl Send for RequestedVisibilityimpl Sync for RequestedVisibilityimpl Unpin for RequestedVisibilityimpl UnwindSafe for RequestedVisibilityBlanket Implementations
Mutably borrows from an owned value. Read more