pub struct DeleteCommentRequestBuilder { /* private fields */ }Expand description
Builder for DeleteCommentRequest.
Implementations§
Source§impl DeleteCommentRequestBuilder
impl DeleteCommentRequestBuilder
pub fn project_key<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn work_item_type_key<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn work_item_id<VALUE: Into<i64>>(&mut self, value: VALUE) -> &mut Self
pub fn comment_id<VALUE: Into<i64>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<DeleteCommentRequest, DeleteCommentRequestBuilderError>
pub fn build( &self, ) -> Result<DeleteCommentRequest, DeleteCommentRequestBuilderError>
Trait Implementations§
Source§impl Clone for DeleteCommentRequestBuilder
impl Clone for DeleteCommentRequestBuilder
Source§fn clone(&self) -> DeleteCommentRequestBuilder
fn clone(&self) -> DeleteCommentRequestBuilder
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 DeleteCommentRequestBuilder
impl RefUnwindSafe for DeleteCommentRequestBuilder
impl Send for DeleteCommentRequestBuilder
impl Sync for DeleteCommentRequestBuilder
impl Unpin for DeleteCommentRequestBuilder
impl UnwindSafe for DeleteCommentRequestBuilder
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