pub struct UpdateVectorStoreFileAttributesRequestBuilder { /* private fields */ }Available on crate feature
vectorstore-types only.Expand description
Builder for UpdateVectorStoreFileAttributesRequest.
Implementations§
Source§impl UpdateVectorStoreFileAttributesRequestBuilder
impl UpdateVectorStoreFileAttributesRequestBuilder
pub fn attributes(&mut self, value: VectorStoreFileAttributes) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<UpdateVectorStoreFileAttributesRequest, UpdateVectorStoreFileAttributesRequestBuilderError>
pub fn build( &self, ) -> Result<UpdateVectorStoreFileAttributesRequest, UpdateVectorStoreFileAttributesRequestBuilderError>
Builds a new UpdateVectorStoreFileAttributesRequest.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for UpdateVectorStoreFileAttributesRequestBuilder
impl Clone for UpdateVectorStoreFileAttributesRequestBuilder
Source§fn clone(&self) -> UpdateVectorStoreFileAttributesRequestBuilder
fn clone(&self) -> UpdateVectorStoreFileAttributesRequestBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UpdateVectorStoreFileAttributesRequestBuilder
impl RefUnwindSafe for UpdateVectorStoreFileAttributesRequestBuilder
impl Send for UpdateVectorStoreFileAttributesRequestBuilder
impl Sync for UpdateVectorStoreFileAttributesRequestBuilder
impl Unpin for UpdateVectorStoreFileAttributesRequestBuilder
impl UnsafeUnpin for UpdateVectorStoreFileAttributesRequestBuilder
impl UnwindSafe for UpdateVectorStoreFileAttributesRequestBuilder
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