pub struct DeleteRoute<'a> {
pub zone_identifier: &'a str,
pub identifier: &'a str,
}Expand description
Delete a Route Deletes a route by route id https://api.cloudflare.com/#worker-routes-delete-route
Fields§
§zone_identifier: &'a str§identifier: &'a strTrait Implementations§
Source§impl<'a> Debug for DeleteRoute<'a>
impl<'a> Debug for DeleteRoute<'a>
Source§impl<'a> Endpoint<WorkersRouteIdOnly> for DeleteRoute<'a>
impl<'a> Endpoint<WorkersRouteIdOnly> for DeleteRoute<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeleteRoute<'a>
impl<'a> RefUnwindSafe for DeleteRoute<'a>
impl<'a> Send for DeleteRoute<'a>
impl<'a> Sync for DeleteRoute<'a>
impl<'a> Unpin for DeleteRoute<'a>
impl<'a> UnwindSafe for DeleteRoute<'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