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