Struct elastic::client::requests::endpoints::ClusterAllocationExplainRequest    
                   
                       [−]
                   
               
pub struct ClusterAllocationExplainRequest<'a, B> {
    pub url: Url<'a>,
    pub body: B,
}Post: /_cluster/allocation/explain
Fields
url: Url<'a>
                           
                           
                           
                           body: B
                           
                    Methods
impl<'a, B> ClusterAllocationExplainRequest<'a, B>
pub fn new(body: B) -> ClusterAllocationExplainRequest<'a, B>
Request to: /_cluster/allocation/explain
Trait Implementations
impl<'a, B> Into<HttpRequest<'a, B>> for ClusterAllocationExplainRequest<'a, B>
fn into(self) -> HttpRequest<'a, B>
Performs the conversion.
impl<'a, B> PartialEq<ClusterAllocationExplainRequest<'a, B>> for ClusterAllocationExplainRequest<'a, B> where
    B: PartialEq<B>, 
B: PartialEq<B>,
fn eq(&self, __arg_0: &ClusterAllocationExplainRequest<'a, B>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ClusterAllocationExplainRequest<'a, B>) -> bool
This method tests for !=.
impl<'a, B> Clone for ClusterAllocationExplainRequest<'a, B> where
    B: Clone, 
B: Clone,
fn clone(&self) -> ClusterAllocationExplainRequest<'a, B>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a, B> Debug for ClusterAllocationExplainRequest<'a, B> where
    B: Debug, 
B: Debug,
Auto Trait Implementations
impl<'a, B> Send for ClusterAllocationExplainRequest<'a, B> where
    B: Send, 
B: Send,
impl<'a, B> Sync for ClusterAllocationExplainRequest<'a, B> where
    B: Sync, 
B: Sync,