Struct plexo_sdk::teams::operations::UpdateTeamInputBuilder
source · pub struct UpdateTeamInputBuilder { /* private fields */ }Expand description
Builder for UpdateTeamInput.
Implementations§
source§impl UpdateTeamInputBuilder
impl UpdateTeamInputBuilder
pub fn name(self, value: String) -> Self
pub fn owner_id(self, value: Uuid) -> Self
pub fn visibility(self, value: TeamVisibility) -> Self
pub fn prefix(self, value: String) -> Self
sourcepub fn build(self) -> Result<UpdateTeamInput, UpdateTeamInputBuilderError>
pub fn build(self) -> Result<UpdateTeamInput, UpdateTeamInputBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UpdateTeamInputBuilder
impl Send for UpdateTeamInputBuilder
impl Sync for UpdateTeamInputBuilder
impl Unpin for UpdateTeamInputBuilder
impl UnwindSafe for UpdateTeamInputBuilder
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