pub struct DeletePool<'a> {
pub account_identifier: &'a str,
pub identifier: &'a str,
}Expand description
Delete Pool https://api.cloudflare.com/#account-load-balancer-pools-delete-pool
Fields§
§account_identifier: &'a strThe Cloudflare account of this pool.
identifier: &'a strWhich pool to delete.
Trait Implementations§
Source§impl<'a> Debug for DeletePool<'a>
impl<'a> Debug for DeletePool<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeletePool<'a>
impl<'a> RefUnwindSafe for DeletePool<'a>
impl<'a> Send for DeletePool<'a>
impl<'a> Sync for DeletePool<'a>
impl<'a> Unpin for DeletePool<'a>
impl<'a> UnwindSafe for DeletePool<'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