Struct plexo_sdk::labels::operations::CreateLabelInputBuilder
source · pub struct CreateLabelInputBuilder { /* private fields */ }Expand description
Builder for CreateLabelInput.
Implementations§
source§impl CreateLabelInputBuilder
impl CreateLabelInputBuilder
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<CreateLabelInput, CreateLabelInputBuilderError>
pub fn build(self) -> Result<CreateLabelInput, CreateLabelInputBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CreateLabelInputBuilder
impl Send for CreateLabelInputBuilder
impl Sync for CreateLabelInputBuilder
impl Unpin for CreateLabelInputBuilder
impl UnwindSafe for CreateLabelInputBuilder
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