Struct google_datastream1::api::StartBackfillJobResponse
source · pub struct StartBackfillJobResponse {
pub object: Option<StreamObject>,
}
Expand description
Response for manually initiating a backfill job for a specific stream object.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§object: Option<StreamObject>
The stream object resource a backfill job was started for.
Trait Implementations§
source§impl Clone for StartBackfillJobResponse
impl Clone for StartBackfillJobResponse
source§fn clone(&self) -> StartBackfillJobResponse
fn clone(&self) -> StartBackfillJobResponse
Returns a copy 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 StartBackfillJobResponse
impl Debug for StartBackfillJobResponse
source§impl Default for StartBackfillJobResponse
impl Default for StartBackfillJobResponse
source§fn default() -> StartBackfillJobResponse
fn default() -> StartBackfillJobResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StartBackfillJobResponse
impl<'de> Deserialize<'de> for StartBackfillJobResponse
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 Serialize for StartBackfillJobResponse
impl Serialize for StartBackfillJobResponse
impl ResponseResult for StartBackfillJobResponse
Auto Trait Implementations§
impl RefUnwindSafe for StartBackfillJobResponse
impl Send for StartBackfillJobResponse
impl Sync for StartBackfillJobResponse
impl Unpin for StartBackfillJobResponse
impl UnwindSafe for StartBackfillJobResponse
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