pub struct GetIpsPoolsRequest<'a> { /* private fields */ }Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Implementations§
Source§impl<'a> GetIpsPoolsRequest<'a>
impl<'a> GetIpsPoolsRequest<'a>
pub async fn send(self) -> Result<Vec<IpPoolResponse>>
Auto Trait Implementations§
impl<'a> Freeze for GetIpsPoolsRequest<'a>
impl<'a> !RefUnwindSafe for GetIpsPoolsRequest<'a>
impl<'a> Send for GetIpsPoolsRequest<'a>
impl<'a> Sync for GetIpsPoolsRequest<'a>
impl<'a> Unpin for GetIpsPoolsRequest<'a>
impl<'a> !UnwindSafe for GetIpsPoolsRequest<'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