[−][src]Struct dropbox_sdk::files::FolderSharingInfo
Sharing info for a folder which is contained in a shared folder or is a shared folder mount point.
Fields
read_only: bool
True if the file or folder is inside a read-only shared folder.
Set if the folder is contained by a shared folder.
If this folder is a shared folder mount point, the ID of the shared folder mounted at this location.
traverse_only: bool
Specifies that the folder can only be traversed and the user can only see a limited subset of the contents of this folder because they don't have read access to this folder. They do, however, have access to some sub folder.
no_access: bool
Specifies that the folder cannot be accessed by the user.
Implementations
impl FolderSharingInfo
[src]
pub fn new(read_only: bool) -> Self
[src]
pub fn with_parent_shared_folder_id(self, value: Option<SharedFolderId>) -> Self
[src]
pub fn with_shared_folder_id(self, value: Option<SharedFolderId>) -> Self
[src]
pub fn with_traverse_only(self, value: bool) -> Self
[src]
pub fn with_no_access(self, value: bool) -> Self
[src]
Trait Implementations
impl Debug for FolderSharingInfo
[src]
impl<'de> Deserialize<'de> for FolderSharingInfo
[src]
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
[src]
impl Serialize for FolderSharingInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for FolderSharingInfo
impl Send for FolderSharingInfo
impl Sync for FolderSharingInfo
impl Unpin for FolderSharingInfo
impl UnwindSafe for FolderSharingInfo
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,
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Typeable for T where
T: Any,
T: Any,