pub struct GetJobsLoginJobsItemsArguments {
pub id: String,
pub file_argument: Option<GetJobsLoginJobsItemsArgumentsFileArgument>,
pub name: String,
pub desc: String,
pub order: f64,
pub argument_type: JobArgumentType,
pub value: Option<String>,
}Fields§
§id: String§file_argument: Option<GetJobsLoginJobsItemsArgumentsFileArgument>§name: String§desc: String§order: f64§argument_type: JobArgumentType§value: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for GetJobsLoginJobsItemsArguments
impl<'de> Deserialize<'de> for GetJobsLoginJobsItemsArguments
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 GetJobsLoginJobsItemsArguments
impl RefUnwindSafe for GetJobsLoginJobsItemsArguments
impl Send for GetJobsLoginJobsItemsArguments
impl Sync for GetJobsLoginJobsItemsArguments
impl Unpin for GetJobsLoginJobsItemsArguments
impl UnwindSafe for GetJobsLoginJobsItemsArguments
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