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