Struct remoteit_api::operations::org_get_jobs::OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
source · pub struct OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument {
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 OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
impl<'de> Deserialize<'de> for OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
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 OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
impl RefUnwindSafe for OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
impl Send for OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
impl Sync for OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
impl Unpin for OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
impl UnwindSafe for OrgGetJobsLoginAccountJobsItemsArgumentsFileArgument
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