pub struct FleetStateApi;Expand description
FleetStateApi
Implementations§
Source§impl FleetStateApi
impl FleetStateApi
pub async fn execute_command( cmd: FleetCommand, ) -> Result<FleetCommandResponse, Error>
Auto Trait Implementations§
impl Freeze for FleetStateApi
impl RefUnwindSafe for FleetStateApi
impl Send for FleetStateApi
impl Sync for FleetStateApi
impl Unpin for FleetStateApi
impl UnsafeUnpin for FleetStateApi
impl UnwindSafe for FleetStateApi
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