Struct dropbox_sdk::sharing::UpdateFolderPolicyArg [−][src]
#[non_exhaustive]pub struct UpdateFolderPolicyArg {
pub shared_folder_id: SharedFolderId,
pub member_policy: Option<MemberPolicy>,
pub acl_update_policy: Option<AclUpdatePolicy>,
pub viewer_info_policy: Option<ViewerInfoPolicy>,
pub shared_link_policy: Option<SharedLinkPolicy>,
pub link_settings: Option<LinkSettings>,
pub actions: Option<Vec<FolderAction>>,
}dbx_sharing only.Expand description
If any of the policies are unset, then they retain their current setting.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.The ID for the shared folder.
member_policy: Option<MemberPolicy>Who can be a member of this shared folder. Only applicable if the current user is on a team.
acl_update_policy: Option<AclUpdatePolicy>Who can add and remove members of this shared folder.
viewer_info_policy: Option<ViewerInfoPolicy>Who can enable/disable viewer info for this shared folder.
The policy to apply to shared links created for content inside this shared folder. The
current user must be on a team to set this policy to
SharedLinkPolicy::Members.
link_settings: Option<LinkSettings>Settings on the link for this folder.
actions: Option<Vec<FolderAction>>A list of FolderActions corresponding to FolderPermissions that should appear in the
response’s SharedFolderMetadata::permissions field describing the
actions the authenticated user can perform on the folder.
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateFolderPolicyArg
impl Send for UpdateFolderPolicyArg
impl Sync for UpdateFolderPolicyArg
impl Unpin for UpdateFolderPolicyArg
impl UnwindSafe for UpdateFolderPolicyArg
Blanket Implementations
Mutably borrows from an owned value. Read more
