pub struct RemoteItem {Show 17 fields
pub created_by: IdentitySet,
pub created_date_time: String,
pub file: File,
pub file_system_info: FileSystemInfo,
pub folder: Folder,
pub id: String,
pub last_modified_by: IdentitySet,
pub last_modified_date_time: String,
pub name: String,
pub package: Package,
pub parent_reference: ItemReference,
pub shared: Shared,
pub sharepoint_ids: SharepointIds,
pub size: i64,
pub special_folder: SpecialFolder,
pub web_dav_url: String,
pub web_url: String,
}
Fields§
§created_by: IdentitySet
§created_date_time: String
§file: File
§file_system_info: FileSystemInfo
§folder: Folder
§id: String
§last_modified_by: IdentitySet
§last_modified_date_time: String
§name: String
§package: Package
§parent_reference: ItemReference
§size: i64
§special_folder: SpecialFolder
§web_dav_url: String
§web_url: String
Trait Implementations§
Source§impl Clone for RemoteItem
impl Clone for RemoteItem
Source§fn clone(&self) -> RemoteItem
fn clone(&self) -> RemoteItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RemoteItem
impl Debug for RemoteItem
Source§impl<'de> Deserialize<'de> for RemoteItem
impl<'de> Deserialize<'de> for RemoteItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RemoteItem
impl PartialEq for RemoteItem
Source§impl Serialize for RemoteItem
impl Serialize for RemoteItem
impl Eq for RemoteItem
impl StructuralPartialEq for RemoteItem
Auto Trait Implementations§
impl Freeze for RemoteItem
impl RefUnwindSafe for RemoteItem
impl Send for RemoteItem
impl Sync for RemoteItem
impl Unpin for RemoteItem
impl UnwindSafe for RemoteItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more