pub struct GetCursorRequestBuilder { /* private fields */ }
Implementations§
Source§impl GetCursorRequestBuilder
impl GetCursorRequestBuilder
Sourcepub fn cursor_pos(self, cursor_pos: CursorPos) -> Self
pub fn cursor_pos(self, cursor_pos: CursorPos) -> Self
Required, the cursor position to get.
pub fn send(self) -> ResponseResultBoxFuture<GetCursorResponse>
Auto Trait Implementations§
impl Freeze for GetCursorRequestBuilder
impl !RefUnwindSafe for GetCursorRequestBuilder
impl Send for GetCursorRequestBuilder
impl Sync for GetCursorRequestBuilder
impl Unpin for GetCursorRequestBuilder
impl !UnwindSafe for GetCursorRequestBuilder
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