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