Struct plexo_sdk::resources::labels::operations::UpdateLabelInputBuilder
source · pub struct UpdateLabelInputBuilder { /* private fields */ }Expand description
Builder for UpdateLabelInput.
Implementations§
source§impl UpdateLabelInputBuilder
impl UpdateLabelInputBuilder
pub fn name(self, value: String) -> Self
pub fn description(self, value: String) -> Self
pub fn color(self, value: String) -> Self
sourcepub fn build(self) -> Result<UpdateLabelInput, UpdateLabelInputBuilderError>
pub fn build(self) -> Result<UpdateLabelInput, UpdateLabelInputBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateLabelInputBuilder
impl RefUnwindSafe for UpdateLabelInputBuilder
impl Send for UpdateLabelInputBuilder
impl Sync for UpdateLabelInputBuilder
impl Unpin for UpdateLabelInputBuilder
impl UnwindSafe for UpdateLabelInputBuilder
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