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