Struct plexo_sdk::assets::operations::UpdateAssetInputBuilder
source · pub struct UpdateAssetInputBuilder { /* private fields */ }Expand description
Builder for UpdateAssetInput.
Implementations§
source§impl UpdateAssetInputBuilder
impl UpdateAssetInputBuilder
pub fn name(self, value: String) -> Self
pub fn kind(self, value: AssetKind) -> Self
pub fn project_id(self, value: Uuid) -> Self
sourcepub fn build(self) -> Result<UpdateAssetInput, UpdateAssetInputBuilderError>
pub fn build(self) -> Result<UpdateAssetInput, UpdateAssetInputBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAssetInputBuilder
impl Send for UpdateAssetInputBuilder
impl Sync for UpdateAssetInputBuilder
impl Unpin for UpdateAssetInputBuilder
impl UnwindSafe for UpdateAssetInputBuilder
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