pub struct Client { /* private fields */ }
Implementations§
Source§impl Client
impl Client
pub fn https_edge_mutual_tls(&self) -> Client
pub fn https_edge_tls_termination(&self) -> Client
pub fn https_edge_route_backend(&self) -> Client
pub fn https_edge_route_ip_restriction(&self) -> Client
pub fn https_edge_route_request_headers(&self) -> Client
pub fn https_edge_route_response_headers(&self) -> Client
pub fn https_edge_route_compression(&self) -> Client
pub fn https_edge_route_circuit_breaker(&self) -> Client
pub fn https_edge_route_webhook_verification(&self) -> Client
pub fn https_edge_route_oauth(&self) -> Client
pub fn https_edge_route_saml(&self) -> Client
pub fn https_edge_route_oidc(&self) -> Client
pub fn https_edge_route_websocket_tcp_converter(&self) -> Client
pub fn https_edge_route_user_agent_filter(&self) -> Client
pub fn https_edge_route_traffic_policy(&self) -> Client
pub fn tcp_edge_backend(&self) -> Client
pub fn tcp_edge_ip_restriction(&self) -> Client
pub fn tcp_edge_traffic_policy(&self) -> Client
pub fn tls_edge_backend(&self) -> Client
pub fn tls_edge_ip_restriction(&self) -> Client
pub fn tls_edge_mutual_tls(&self) -> Client
pub fn tls_edge_tls_termination(&self) -> Client
pub fn tls_edge_traffic_policy(&self) -> Client
Auto Trait Implementations§
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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