pub struct ListIndexesResponse {
pub indexes: Vec<IndexInfoResponse>,
}Expand description
ListIndexesResponse : Response body for GET …/indexes
Fields§
§indexes: Vec<IndexInfoResponse>Implementations§
Source§impl ListIndexesResponse
impl ListIndexesResponse
Sourcepub fn new(indexes: Vec<IndexInfoResponse>) -> ListIndexesResponse
pub fn new(indexes: Vec<IndexInfoResponse>) -> ListIndexesResponse
Response body for GET …/indexes
Trait Implementations§
Source§impl Clone for ListIndexesResponse
impl Clone for ListIndexesResponse
Source§fn clone(&self) -> ListIndexesResponse
fn clone(&self) -> ListIndexesResponse
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 moreSource§impl Debug for ListIndexesResponse
impl Debug for ListIndexesResponse
Source§impl Default for ListIndexesResponse
impl Default for ListIndexesResponse
Source§fn default() -> ListIndexesResponse
fn default() -> ListIndexesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListIndexesResponse
impl<'de> Deserialize<'de> for ListIndexesResponse
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 ListIndexesResponse
impl PartialEq for ListIndexesResponse
Source§fn eq(&self, other: &ListIndexesResponse) -> bool
fn eq(&self, other: &ListIndexesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ListIndexesResponse
impl Serialize for ListIndexesResponse
impl StructuralPartialEq for ListIndexesResponse
Auto Trait Implementations§
impl Freeze for ListIndexesResponse
impl RefUnwindSafe for ListIndexesResponse
impl Send for ListIndexesResponse
impl Sync for ListIndexesResponse
impl Unpin for ListIndexesResponse
impl UnsafeUnpin for ListIndexesResponse
impl UnwindSafe for ListIndexesResponse
Blanket Implementations§
impl<T> Allocation for T
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