Enum dropbox_sdk::paper::SharingTeamPolicyType
source · [−]pub enum SharingTeamPolicyType {
PeopleWithLinkCanEdit,
PeopleWithLinkCanViewAndComment,
InviteOnly,
}Available on crate feature
dbx_paper only.Expand description
The sharing policy type of the Paper doc.
Variants
PeopleWithLinkCanEdit
Users who have a link to this doc can edit it.
PeopleWithLinkCanViewAndComment
Users who have a link to this doc can view and comment on it.
InviteOnly
Users must be explicitly invited to this doc.
Trait Implementations
sourceimpl Clone for SharingTeamPolicyType
impl Clone for SharingTeamPolicyType
sourcefn clone(&self) -> SharingTeamPolicyType
fn clone(&self) -> SharingTeamPolicyType
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 SharingTeamPolicyType
impl Debug for SharingTeamPolicyType
sourceimpl<'de> Deserialize<'de> for SharingTeamPolicyType
impl<'de> Deserialize<'de> for SharingTeamPolicyType
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 SharingTeamPolicyType
impl Serialize for SharingTeamPolicyType
impl Eq for SharingTeamPolicyType
impl StructuralEq for SharingTeamPolicyType
impl StructuralPartialEq for SharingTeamPolicyType
Auto Trait Implementations
impl RefUnwindSafe for SharingTeamPolicyType
impl Send for SharingTeamPolicyType
impl Sync for SharingTeamPolicyType
impl Unpin for SharingTeamPolicyType
impl UnwindSafe for SharingTeamPolicyType
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