pub struct CreateFixViewRequestBuilder { /* private fields */ }Expand description
Builder for CreateFixViewRequest.
Implementations§
Source§impl CreateFixViewRequestBuilder
impl CreateFixViewRequestBuilder
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_list<VALUE: Into<Vec<i64>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn cooperation_mode<VALUE: Into<i32>>(&mut self, value: VALUE) -> &mut Self
pub fn cooperation_user_keys<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn cooperation_team_ids<VALUE: Into<Vec<i64>>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<CreateFixViewRequest, CreateFixViewRequestBuilderError>
pub fn build( &self, ) -> Result<CreateFixViewRequest, CreateFixViewRequestBuilderError>
Trait Implementations§
Source§impl Clone for CreateFixViewRequestBuilder
impl Clone for CreateFixViewRequestBuilder
Source§fn clone(&self) -> CreateFixViewRequestBuilder
fn clone(&self) -> CreateFixViewRequestBuilder
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 CreateFixViewRequestBuilder
impl RefUnwindSafe for CreateFixViewRequestBuilder
impl Send for CreateFixViewRequestBuilder
impl Sync for CreateFixViewRequestBuilder
impl Unpin for CreateFixViewRequestBuilder
impl UnwindSafe for CreateFixViewRequestBuilder
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