pub struct CatAllocationRequest<'a> {
pub url: Url<'a>,
}
Expand description
Get: /_cat/allocation
Fields§
§url: Url<'a>
Implementations§
Source§impl<'a> CatAllocationRequest<'a>
impl<'a> CatAllocationRequest<'a>
Trait Implementations§
Source§impl<'a> Clone for CatAllocationRequest<'a>
impl<'a> Clone for CatAllocationRequest<'a>
Source§fn clone(&self) -> CatAllocationRequest<'a>
fn clone(&self) -> CatAllocationRequest<'a>
Returns a copy 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<'a> Debug for CatAllocationRequest<'a>
impl<'a> Debug for CatAllocationRequest<'a>
Source§impl<'a> Into<HttpRequest<'a, &'static [u8]>> for CatAllocationRequest<'a>
impl<'a> Into<HttpRequest<'a, &'static [u8]>> for CatAllocationRequest<'a>
Source§fn into(self) -> HttpRequest<'a, DefaultBody>
fn into(self) -> HttpRequest<'a, DefaultBody>
Converts this type into the (usually inferred) input type.
Source§impl<'a> PartialEq for CatAllocationRequest<'a>
impl<'a> PartialEq for CatAllocationRequest<'a>
impl<'a> StructuralPartialEq for CatAllocationRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for CatAllocationRequest<'a>
impl<'a> RefUnwindSafe for CatAllocationRequest<'a>
impl<'a> Send for CatAllocationRequest<'a>
impl<'a> Sync for CatAllocationRequest<'a>
impl<'a> Unpin for CatAllocationRequest<'a>
impl<'a> UnwindSafe for CatAllocationRequest<'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