pub struct GetJobsLoginJobsItemsArgumentsFileArgument {
pub id: String,
pub name: String,
pub desc: String,
pub order: f64,
pub options: Vec<String>,
pub argument_type: FileSelectionType,
pub created: DateTime<Local>,
}Fields§
§id: String§name: String§desc: String§order: f64§options: Vec<String>§argument_type: FileSelectionType§created: DateTime<Local>Trait Implementations§
source§impl<'de> Deserialize<'de> for GetJobsLoginJobsItemsArgumentsFileArgument
impl<'de> Deserialize<'de> for GetJobsLoginJobsItemsArgumentsFileArgument
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 GetJobsLoginJobsItemsArgumentsFileArgument
impl RefUnwindSafe for GetJobsLoginJobsItemsArgumentsFileArgument
impl Send for GetJobsLoginJobsItemsArgumentsFileArgument
impl Sync for GetJobsLoginJobsItemsArgumentsFileArgument
impl Unpin for GetJobsLoginJobsItemsArgumentsFileArgument
impl UnwindSafe for GetJobsLoginJobsItemsArgumentsFileArgument
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