Struct google_api_proto::google::cloud::talent::v4::search_jobs_response::MatchingJob
source · pub struct MatchingJob {
pub job: Option<Job>,
pub job_summary: String,
pub job_title_snippet: String,
pub search_text_snippet: String,
pub commute_info: Option<CommuteInfo>,
}
Expand description
Job entry with metadata inside [SearchJobsResponse][google.cloud.talent.v4.SearchJobsResponse].
Fields§
§job: Option<Job>
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
job_summary: String
A summary of the job with core information that’s displayed on the search results listing page.
job_title_snippet: String
Contains snippets of text from the [Job.title][google.cloud.talent.v4.Job.title] field most closely matching a search query’s keywords, if available. The matching query keywords are enclosed in HTML bold tags.
search_text_snippet: String
Contains snippets of text from the [Job.description][google.cloud.talent.v4.Job.description] and similar fields that most closely match a search query’s keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.
commute_info: Option<CommuteInfo>
Commute information which is generated based on specified [CommuteFilter][google.cloud.talent.v4.CommuteFilter].
Trait Implementations§
source§impl Clone for MatchingJob
impl Clone for MatchingJob
source§fn clone(&self) -> MatchingJob
fn clone(&self) -> MatchingJob
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MatchingJob
impl Debug for MatchingJob
source§impl Default for MatchingJob
impl Default for MatchingJob
source§impl Message for MatchingJob
impl Message for MatchingJob
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for MatchingJob
impl PartialEq for MatchingJob
source§fn eq(&self, other: &MatchingJob) -> bool
fn eq(&self, other: &MatchingJob) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MatchingJob
Auto Trait Implementations§
impl Freeze for MatchingJob
impl RefUnwindSafe for MatchingJob
impl Send for MatchingJob
impl Sync for MatchingJob
impl Unpin for MatchingJob
impl UnwindSafe for MatchingJob
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request