pub struct ListZones {
pub params: ListZonesParams,
}Expand description
List Zones List, search, sort, and filter your zones https://api.cloudflare.com/#zone-list-zones
Fields§
§params: ListZonesParamsTrait Implementations§
Auto Trait Implementations§
impl Freeze for ListZones
impl RefUnwindSafe for ListZones
impl Send for ListZones
impl Sync for ListZones
impl Unpin for ListZones
impl UnwindSafe for ListZones
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