pub struct WebLink {Show 18 fields
pub id: String,
pub type: TrashWebLinkType,
pub etag: Option<String>,
pub url: Option<String>,
pub sequence_id: Option<String>,
pub name: Option<String>,
pub parent: Option<FolderMini>,
pub description: Option<String>,
pub path_collection: Option<FilePathCollection>,
pub created_at: Option<DateTime<Utc>>,
pub modified_at: Option<DateTime<Utc>>,
pub trashed_at: Option<Option<DateTime<Utc>>>,
pub purged_at: Option<Option<DateTime<Utc>>>,
pub created_by: Option<UserMini>,
pub modified_by: Option<UserMini>,
pub owned_by: Option<UserMini>,
pub shared_link: Option<Option<FileSharedLink>>,
pub item_status: Option<FileItemStatus>,
}Fields§
§id: String§type: TrashWebLinkType§etag: Option<String>§url: Option<String>§sequence_id: Option<String>§name: Option<String>§parent: Option<FolderMini>§description: Option<String>§path_collection: Option<FilePathCollection>§created_at: Option<DateTime<Utc>>§modified_at: Option<DateTime<Utc>>§trashed_at: Option<Option<DateTime<Utc>>>§purged_at: Option<Option<DateTime<Utc>>>§created_by: Option<UserMini>§modified_by: Option<UserMini>§owned_by: Option<UserMini>§item_status: Option<FileItemStatus>Trait Implementations§
Source§impl<'de> Deserialize<'de> for WebLink
impl<'de> Deserialize<'de> for WebLink
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
impl StructuralPartialEq for WebLink
Auto Trait Implementations§
impl Freeze for WebLink
impl RefUnwindSafe for WebLink
impl Send for WebLink
impl Sync for WebLink
impl Unpin for WebLink
impl UnsafeUnpin for WebLink
impl UnwindSafe for WebLink
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