pub struct SearchClusterResponse {
pub clusters: Vec<SearchClusterTopics>,
}
Fields§
§clusters: Vec<SearchClusterTopics>
Implementations§
Source§impl SearchClusterResponse
impl SearchClusterResponse
pub fn new(clusters: Vec<SearchClusterTopics>) -> SearchClusterResponse
Trait Implementations§
Source§impl Clone for SearchClusterResponse
impl Clone for SearchClusterResponse
Source§fn clone(&self) -> SearchClusterResponse
fn clone(&self) -> SearchClusterResponse
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 SearchClusterResponse
impl Debug for SearchClusterResponse
Source§impl Default for SearchClusterResponse
impl Default for SearchClusterResponse
Source§fn default() -> SearchClusterResponse
fn default() -> SearchClusterResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SearchClusterResponse
impl<'de> Deserialize<'de> for SearchClusterResponse
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 SearchClusterResponse
impl PartialEq for SearchClusterResponse
Source§impl Serialize for SearchClusterResponse
impl Serialize for SearchClusterResponse
impl StructuralPartialEq for SearchClusterResponse
Auto Trait Implementations§
impl Freeze for SearchClusterResponse
impl RefUnwindSafe for SearchClusterResponse
impl Send for SearchClusterResponse
impl Sync for SearchClusterResponse
impl Unpin for SearchClusterResponse
impl UnwindSafe for SearchClusterResponse
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