pub struct SetCommand { /* private fields */ }
Implementations§
Source§impl SetCommand
impl SetCommand
Source§impl SetCommand
impl SetCommand
Trait Implementations§
Source§impl Command for SetCommand
impl Command for SetCommand
type Output = Option<String>
fn as_cmd(&self) -> &ReCmd
fn set_options<S: Serialize>(&mut self, opt: S) -> Result<&mut Self>
fn client(&self) -> &Client
fn url(&self) -> &Url
fn set_options_with_arg<S: Serialize>( &mut self, key: S, value: S, ) -> Result<&mut Self>
fn send<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ReResponse<Self::Output>>> + Send + 'async_trait>>where
Self: Sync + 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for SetCommand
impl !RefUnwindSafe for SetCommand
impl Send for SetCommand
impl Sync for SetCommand
impl Unpin for SetCommand
impl !UnwindSafe for SetCommand
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