pub struct ListRoutes<'a> {
pub zone_identifier: &'a str,
}Expand description
List Routes Lists all route mappings for a given zone https://api.cloudflare.com/#worker-routes-list-routes
Fields§
§zone_identifier: &'a strTrait Implementations§
Source§impl<'a> Debug for ListRoutes<'a>
impl<'a> Debug for ListRoutes<'a>
Source§impl<'a> Endpoint<Vec<WorkersRoute>> for ListRoutes<'a>
impl<'a> Endpoint<Vec<WorkersRoute>> for ListRoutes<'a>
Auto Trait Implementations§
impl<'a> Freeze for ListRoutes<'a>
impl<'a> RefUnwindSafe for ListRoutes<'a>
impl<'a> Send for ListRoutes<'a>
impl<'a> Sync for ListRoutes<'a>
impl<'a> Unpin for ListRoutes<'a>
impl<'a> UnwindSafe for ListRoutes<'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