Enum dropbox_sdk::paper::FolderSharingPolicyType
source · [−]pub enum FolderSharingPolicyType {
Team,
InviteOnly,
}Available on crate feature
dbx_paper only.Expand description
The sharing policy of a Paper folder. The sharing policy of subfolders is inherited from the root folder.
Variants
Team
Everyone in your team and anyone directly invited can access this folder.
InviteOnly
Only people directly invited can access this folder.
Trait Implementations
sourceimpl Clone for FolderSharingPolicyType
impl Clone for FolderSharingPolicyType
sourcefn clone(&self) -> FolderSharingPolicyType
fn clone(&self) -> FolderSharingPolicyType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FolderSharingPolicyType
impl Debug for FolderSharingPolicyType
sourceimpl<'de> Deserialize<'de> for FolderSharingPolicyType
impl<'de> Deserialize<'de> for FolderSharingPolicyType
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for FolderSharingPolicyType
impl Serialize for FolderSharingPolicyType
impl Eq for FolderSharingPolicyType
impl StructuralEq for FolderSharingPolicyType
impl StructuralPartialEq for FolderSharingPolicyType
Auto Trait Implementations
impl RefUnwindSafe for FolderSharingPolicyType
impl Send for FolderSharingPolicyType
impl Sync for FolderSharingPolicyType
impl Unpin for FolderSharingPolicyType
impl UnwindSafe for FolderSharingPolicyType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more