[−][src]Struct dropbox_sdk::sharing::SharedFolderMetadataBase
dbx_sharing
only.Properties of the shared folder.
Fields
access_type: AccessLevel
The current user's access level for this shared folder.
is_inside_team_folder: bool
Whether this folder is inside of a team folder.
is_team_folder: bool
Whether this folder is a team folder.
owner_display_names: Option<Vec<String>>
The display names of the users that own the folder. If the folder is part of a team folder, the display names of the team admins are also included. Absent if the owner display names cannot be fetched.
owner_team: Option<Team>
The team that owns the folder. This field is not present if the folder is not owned by a team.
The ID of the parent shared folder. This field is present only if the folder is contained within another shared folder.
path_lower: Option<String>
The lower-cased full path of this shared folder. Absent for unmounted folders.
parent_folder_name: Option<String>
Display name for the parent folder.
Implementations
impl SharedFolderMetadataBase
[src]
pub fn new(
access_type: AccessLevel,
is_inside_team_folder: bool,
is_team_folder: bool
) -> Self
[src]
access_type: AccessLevel,
is_inside_team_folder: bool,
is_team_folder: bool
) -> Self
pub fn with_owner_display_names(self, value: Option<Vec<String>>) -> Self
[src]
pub fn with_owner_team(self, value: Option<Team>) -> Self
[src]
pub fn with_parent_shared_folder_id(self, value: Option<SharedFolderId>) -> Self
[src]
pub fn with_path_lower(self, value: Option<String>) -> Self
[src]
pub fn with_parent_folder_name(self, value: Option<String>) -> Self
[src]
Trait Implementations
impl Debug for SharedFolderMetadataBase
[src]
impl<'de> Deserialize<'de> for SharedFolderMetadataBase
[src]
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
[src]
impl Serialize for SharedFolderMetadataBase
[src]
Auto Trait Implementations
impl RefUnwindSafe for SharedFolderMetadataBase
impl Send for SharedFolderMetadataBase
impl Sync for SharedFolderMetadataBase
impl Unpin for SharedFolderMetadataBase
impl UnwindSafe for SharedFolderMetadataBase
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,
pub 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.
pub 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>,