pub struct ProjectUpdateRequestArgs { /* private fields */ }
Expand description
Builder for ProjectUpdateRequest
.
Implementations§
Source§impl ProjectUpdateRequestArgs
impl ProjectUpdateRequestArgs
Sourcepub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
The updated name of the project, this name appears in reports.
Sourcepub fn build(&self) -> Result<ProjectUpdateRequest, OpenAIError>
pub fn build(&self) -> Result<ProjectUpdateRequest, OpenAIError>
Trait Implementations§
Source§impl Clone for ProjectUpdateRequestArgs
impl Clone for ProjectUpdateRequestArgs
Source§fn clone(&self) -> ProjectUpdateRequestArgs
fn clone(&self) -> ProjectUpdateRequestArgs
Returns a copy 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 moreSource§impl Debug for ProjectUpdateRequestArgs
impl Debug for ProjectUpdateRequestArgs
Auto Trait Implementations§
impl Freeze for ProjectUpdateRequestArgs
impl RefUnwindSafe for ProjectUpdateRequestArgs
impl Send for ProjectUpdateRequestArgs
impl Sync for ProjectUpdateRequestArgs
impl Unpin for ProjectUpdateRequestArgs
impl UnwindSafe for ProjectUpdateRequestArgs
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