pub struct GetJobDocumentResponse {
pub document: Option<String>,
}Fields§
§document: Option<String>The job document content.
Trait Implementations§
Source§impl Clone for GetJobDocumentResponse
impl Clone for GetJobDocumentResponse
Source§fn clone(&self) -> GetJobDocumentResponse
fn clone(&self) -> GetJobDocumentResponse
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 GetJobDocumentResponse
impl Debug for GetJobDocumentResponse
Source§impl Default for GetJobDocumentResponse
impl Default for GetJobDocumentResponse
Source§fn default() -> GetJobDocumentResponse
fn default() -> GetJobDocumentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetJobDocumentResponse
impl<'de> Deserialize<'de> for GetJobDocumentResponse
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 GetJobDocumentResponse
impl PartialEq for GetJobDocumentResponse
impl StructuralPartialEq for GetJobDocumentResponse
Auto Trait Implementations§
impl Freeze for GetJobDocumentResponse
impl RefUnwindSafe for GetJobDocumentResponse
impl Send for GetJobDocumentResponse
impl Sync for GetJobDocumentResponse
impl Unpin for GetJobDocumentResponse
impl UnwindSafe for GetJobDocumentResponse
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