pub struct GetJobsLoginAccountJobsItemsArgumentsFileArgument {
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 GetJobsLoginAccountJobsItemsArgumentsFileArgument
impl<'de> Deserialize<'de> for GetJobsLoginAccountJobsItemsArgumentsFileArgument
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 GetJobsLoginAccountJobsItemsArgumentsFileArgument
impl RefUnwindSafe for GetJobsLoginAccountJobsItemsArgumentsFileArgument
impl Send for GetJobsLoginAccountJobsItemsArgumentsFileArgument
impl Sync for GetJobsLoginAccountJobsItemsArgumentsFileArgument
impl Unpin for GetJobsLoginAccountJobsItemsArgumentsFileArgument
impl UnwindSafe for GetJobsLoginAccountJobsItemsArgumentsFileArgument
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