pub struct V1JobFileRefs {
pub icon: String,
pub thumbnail: String,
pub download: String,
}Fields§
§icon: StringThe file icon.
thumbnail: StringThe file’s thumbnail.
download: StringThe file’s download path.
Trait Implementations§
Source§impl Clone for V1JobFileRefs
impl Clone for V1JobFileRefs
Source§fn clone(&self) -> V1JobFileRefs
fn clone(&self) -> V1JobFileRefs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 V1JobFileRefs
impl Debug for V1JobFileRefs
Source§impl<'de> Deserialize<'de> for V1JobFileRefs
impl<'de> Deserialize<'de> for V1JobFileRefs
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
Auto Trait Implementations§
impl Freeze for V1JobFileRefs
impl RefUnwindSafe for V1JobFileRefs
impl Send for V1JobFileRefs
impl Sync for V1JobFileRefs
impl Unpin for V1JobFileRefs
impl UnsafeUnpin for V1JobFileRefs
impl UnwindSafe for V1JobFileRefs
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