pub struct ReleaseAssetListBodyArgsBuilder { /* private fields */ }
Expand description
Builder for ReleaseAssetListBodyArgs
.
Implementations§
Source§impl ReleaseAssetListBodyArgsBuilder
impl ReleaseAssetListBodyArgsBuilder
pub fn id(&mut self, value: String) -> &mut Self
pub fn list_args(&mut self, value: Option<ListBodyArgs>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<ReleaseAssetListBodyArgs, ReleaseAssetListBodyArgsBuilderError>
pub fn build( &self, ) -> Result<ReleaseAssetListBodyArgs, ReleaseAssetListBodyArgsBuilderError>
Trait Implementations§
Source§impl Clone for ReleaseAssetListBodyArgsBuilder
impl Clone for ReleaseAssetListBodyArgsBuilder
Source§fn clone(&self) -> ReleaseAssetListBodyArgsBuilder
fn clone(&self) -> ReleaseAssetListBodyArgsBuilder
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 moreAuto Trait Implementations§
impl Freeze for ReleaseAssetListBodyArgsBuilder
impl RefUnwindSafe for ReleaseAssetListBodyArgsBuilder
impl Send for ReleaseAssetListBodyArgsBuilder
impl Sync for ReleaseAssetListBodyArgsBuilder
impl Unpin for ReleaseAssetListBodyArgsBuilder
impl UnwindSafe for ReleaseAssetListBodyArgsBuilder
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