pub struct Client { /* private fields */ }
Expand description
An ngrok API client.
Implementations§
Source§impl Client
impl Client
pub fn abuse_reports(&self) -> Client
pub fn agent_ingresses(&self) -> Client
pub fn api_keys(&self) -> Client
pub fn application_sessions(&self) -> Client
pub fn application_users(&self) -> Client
pub fn tunnel_sessions(&self) -> Client
pub fn bot_users(&self) -> Client
pub fn credentials(&self) -> Client
pub fn endpoints(&self) -> Client
pub fn event_destinations(&self) -> Client
pub fn event_subscriptions(&self) -> Client
pub fn event_sources(&self) -> Client
pub fn ip_policies(&self) -> Client
pub fn ip_policy_rules(&self) -> Client
pub fn ip_restrictions(&self) -> Client
pub fn reserved_addrs(&self) -> Client
pub fn reserved_domains(&self) -> Client
pub fn ssh_credentials(&self) -> Client
pub fn ssh_host_certificates(&self) -> Client
pub fn ssh_user_certificates(&self) -> Client
pub fn tls_certificates(&self) -> Client
pub fn tunnels(&self) -> Client
Trait Implementations§
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