pub struct GetJobsLoginAccount {
pub jobs: GetJobsLoginAccountJobs,
}Fields§
§jobs: GetJobsLoginAccountJobsTrait Implementations§
Source§impl Debug for GetJobsLoginAccount
impl Debug for GetJobsLoginAccount
Source§impl<'de> Deserialize<'de> for GetJobsLoginAccount
impl<'de> Deserialize<'de> for GetJobsLoginAccount
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 GetJobsLoginAccount
impl RefUnwindSafe for GetJobsLoginAccount
impl Send for GetJobsLoginAccount
impl Sync for GetJobsLoginAccount
impl Unpin for GetJobsLoginAccount
impl UnwindSafe for GetJobsLoginAccount
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