pub struct GetJobsLoginAccountJobsItems {
pub id: String,
pub owner: GetJobsLoginAccountJobsItemsOwner,
pub user: GetJobsLoginAccountJobsItemsUser,
pub created: DateTime<Local>,
pub updated: DateTime<Local>,
pub status: JobStatusEnum,
pub file_version: Option<GetJobsLoginAccountJobsItemsFileVersion>,
pub job_devices: Option<Vec<GetJobsLoginAccountJobsItemsJobDevices>>,
pub arguments: Vec<GetJobsLoginAccountJobsItemsArguments>,
}Fields§
§id: String§owner: GetJobsLoginAccountJobsItemsOwner§user: GetJobsLoginAccountJobsItemsUser§created: DateTime<Local>§updated: DateTime<Local>§status: JobStatusEnum§file_version: Option<GetJobsLoginAccountJobsItemsFileVersion>§job_devices: Option<Vec<GetJobsLoginAccountJobsItemsJobDevices>>§arguments: Vec<GetJobsLoginAccountJobsItemsArguments>Trait Implementations§
Source§impl Debug for GetJobsLoginAccountJobsItems
impl Debug for GetJobsLoginAccountJobsItems
Source§impl<'de> Deserialize<'de> for GetJobsLoginAccountJobsItems
impl<'de> Deserialize<'de> for GetJobsLoginAccountJobsItems
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 GetJobsLoginAccountJobsItems
impl RefUnwindSafe for GetJobsLoginAccountJobsItems
impl Send for GetJobsLoginAccountJobsItems
impl Sync for GetJobsLoginAccountJobsItems
impl Unpin for GetJobsLoginAccountJobsItems
impl UnwindSafe for GetJobsLoginAccountJobsItems
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