Struct remoteit_api::operations::get_jobs::GetJobsLoginJobs
source · pub struct GetJobsLoginJobs {
pub has_more: bool,
pub total: i64,
pub last: Option<String>,
pub items: Vec<GetJobsLoginJobsItems>,
}Fields§
§has_more: bool§total: i64§last: Option<String>§items: Vec<GetJobsLoginJobsItems>Trait Implementations§
source§impl Debug for GetJobsLoginJobs
impl Debug for GetJobsLoginJobs
source§impl<'de> Deserialize<'de> for GetJobsLoginJobs
impl<'de> Deserialize<'de> for GetJobsLoginJobs
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 GetJobsLoginJobs
impl RefUnwindSafe for GetJobsLoginJobs
impl Send for GetJobsLoginJobs
impl Sync for GetJobsLoginJobs
impl Unpin for GetJobsLoginJobs
impl UnwindSafe for GetJobsLoginJobs
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