Struct google_cloudtasks2_beta2::PullTarget [−][src]
pub struct PullTarget { /* fields omitted */ }Pull target.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations
impl Default for PullTarget[src]
impl Default for PullTargetfn default() -> PullTarget[src]
fn default() -> PullTargetReturns the "default value" for a type. Read more
impl Clone for PullTarget[src]
impl Clone for PullTargetfn clone(&self) -> PullTarget[src]
fn clone(&self) -> PullTargetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PullTarget[src]
impl Debug for PullTargetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for PullTarget[src]
impl Part for PullTargetAuto Trait Implementations
impl Send for PullTarget
impl Send for PullTargetimpl Sync for PullTarget
impl Sync for PullTarget