pub struct UpdateCollectionRequest<'a> {
pub collection_uid: String,
pub collection: Option<Value>,
/* private fields */
}
Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields§
§collection_uid: String
§collection: Option<Value>
Implementations§
Source§impl<'a> UpdateCollectionRequest<'a>
impl<'a> UpdateCollectionRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for UpdateCollectionRequest<'a>
impl<'a> !RefUnwindSafe for UpdateCollectionRequest<'a>
impl<'a> Send for UpdateCollectionRequest<'a>
impl<'a> Sync for UpdateCollectionRequest<'a>
impl<'a> Unpin for UpdateCollectionRequest<'a>
impl<'a> !UnwindSafe for UpdateCollectionRequest<'a>
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