pub struct UserJobResponse {
pub job: Option<Job>,
}
Fields§
§job: Option<Job>
Trait Implementations§
Source§impl Clone for UserJobResponse
impl Clone for UserJobResponse
Source§fn clone(&self) -> UserJobResponse
fn clone(&self) -> UserJobResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserJobResponse
impl Debug for UserJobResponse
Source§impl<'de> Deserialize<'de> for UserJobResponse
impl<'de> Deserialize<'de> for UserJobResponse
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
Source§impl PartialEq for UserJobResponse
impl PartialEq for UserJobResponse
impl StructuralPartialEq for UserJobResponse
Auto Trait Implementations§
impl Freeze for UserJobResponse
impl RefUnwindSafe for UserJobResponse
impl Send for UserJobResponse
impl Sync for UserJobResponse
impl Unpin for UserJobResponse
impl UnwindSafe for UserJobResponse
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