#[non_exhaustive]pub struct UpdateAddonOutputBuilder { /* private fields */ }Expand description
A builder for UpdateAddonOutput.
Implementations§
source§impl UpdateAddonOutputBuilder
impl UpdateAddonOutputBuilder
sourcepub fn set_update(self, input: Option<Update>) -> Self
pub fn set_update(self, input: Option<Update>) -> Self
An object representing an asynchronous update.
sourcepub fn build(self) -> UpdateAddonOutput
pub fn build(self) -> UpdateAddonOutput
Consumes the builder and constructs a UpdateAddonOutput.
Trait Implementations§
source§impl Clone for UpdateAddonOutputBuilder
impl Clone for UpdateAddonOutputBuilder
source§fn clone(&self) -> UpdateAddonOutputBuilder
fn clone(&self) -> UpdateAddonOutputBuilder
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 UpdateAddonOutputBuilder
impl Debug for UpdateAddonOutputBuilder
source§impl Default for UpdateAddonOutputBuilder
impl Default for UpdateAddonOutputBuilder
source§fn default() -> UpdateAddonOutputBuilder
fn default() -> UpdateAddonOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateAddonOutputBuilder> for UpdateAddonOutputBuilder
impl PartialEq<UpdateAddonOutputBuilder> for UpdateAddonOutputBuilder
source§fn eq(&self, other: &UpdateAddonOutputBuilder) -> bool
fn eq(&self, other: &UpdateAddonOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.