pub struct InfernalRobotics {
pub client: Arc<Client>,
}
Fields§
§client: Arc<Client>
Implementations§
Source§impl InfernalRobotics
impl InfernalRobotics
pub fn servo_group_with_name_stream( &self, vessel: &Vessel, name: String, ) -> Result<Stream<Option<ServoGroup>>, RpcError>
pub fn servo_group_with_name( &self, vessel: &Vessel, name: String, ) -> Result<Option<ServoGroup>, RpcError>
Source§impl InfernalRobotics
impl InfernalRobotics
pub fn servo_groups_stream( &self, vessel: &Vessel, ) -> Result<Stream<Vec<ServoGroup>>, RpcError>
pub fn servo_groups(&self, vessel: &Vessel) -> Result<Vec<ServoGroup>, RpcError>
Trait Implementations§
Source§impl Clone for InfernalRobotics
impl Clone for InfernalRobotics
Source§fn clone(&self) -> InfernalRobotics
fn clone(&self) -> InfernalRobotics
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 InfernalRobotics
impl RefUnwindSafe for InfernalRobotics
impl Send for InfernalRobotics
impl Sync for InfernalRobotics
impl Unpin for InfernalRobotics
impl UnwindSafe for InfernalRobotics
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