pub struct CreateIndexResponse {
pub object_identifier: Option<String>,
}Fields§
§object_identifier: Option<String>The ObjectIdentifier of the index created by this operation.
Trait Implementations§
Source§impl Clone for CreateIndexResponse
impl Clone for CreateIndexResponse
Source§fn clone(&self) -> CreateIndexResponse
fn clone(&self) -> CreateIndexResponse
Returns a duplicate 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 CreateIndexResponse
impl Debug for CreateIndexResponse
Source§impl Default for CreateIndexResponse
impl Default for CreateIndexResponse
Source§fn default() -> CreateIndexResponse
fn default() -> CreateIndexResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateIndexResponse
impl<'de> Deserialize<'de> for CreateIndexResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateIndexResponse
impl PartialEq for CreateIndexResponse
impl StructuralPartialEq for CreateIndexResponse
Auto Trait Implementations§
impl Freeze for CreateIndexResponse
impl RefUnwindSafe for CreateIndexResponse
impl Send for CreateIndexResponse
impl Sync for CreateIndexResponse
impl Unpin for CreateIndexResponse
impl UnwindSafe for CreateIndexResponse
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