pub struct TuiControlApi { /* private fields */ }Expand description
TUI control endpoint namespace.
Implementations§
Source§impl TuiControlApi
impl TuiControlApi
pub async fn next(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn response(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Source§impl Clone for TuiControlApi
impl Clone for TuiControlApi
Source§fn clone(&self) -> TuiControlApi
fn clone(&self) -> TuiControlApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TuiControlApi
impl !RefUnwindSafe for TuiControlApi
impl Send for TuiControlApi
impl Sync for TuiControlApi
impl Unpin for TuiControlApi
impl UnsafeUnpin for TuiControlApi
impl !UnwindSafe for TuiControlApi
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