pub struct PtyApi { /* private fields */ }Expand description
PTY endpoint namespace.
Implementations§
Source§impl PtyApi
impl PtyApi
pub async fn list(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn create(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn remove(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn get(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn update(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn connect(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PtyApi
impl !RefUnwindSafe for PtyApi
impl Send for PtyApi
impl Sync for PtyApi
impl Unpin for PtyApi
impl UnsafeUnpin for PtyApi
impl !UnwindSafe for PtyApi
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