pub enum SourceType {
Show 18 variants
Amr,
Agv,
AutonomousForklift,
DeliveryRobot,
CleaningRobot,
InspectionRobot,
SecurityRobot,
IndustrialArm,
Cobot,
MobileManipulator,
AutonomousVehicle,
ElectricVehicle,
Drone,
Humanoid,
Quadruped,
Human,
Custom,
Simulation,
}Expand description
Classification of the telemetry source.
Variants§
Amr
Autonomous Mobile Robot
Agv
Automated Guided Vehicle
AutonomousForklift
Autonomous Forklift
DeliveryRobot
Delivery Robot
CleaningRobot
Cleaning Robot
InspectionRobot
Inspection Robot
SecurityRobot
Security Robot
IndustrialArm
Industrial Robot Arm
Cobot
Collaborative Robot (Cobot)
MobileManipulator
Mobile Manipulator
AutonomousVehicle
Autonomous Vehicle
ElectricVehicle
Electric Vehicle
Drone
Drone / UAV
Humanoid
Humanoid Robot
Quadruped
Quadruped Robot
Human
Human (for tracking humans in simulation/HRI scenarios)
Custom
Custom Platform
Simulation
Simulation Instance
Trait Implementations§
Source§impl Clone for SourceType
impl Clone for SourceType
Source§fn clone(&self) -> SourceType
fn clone(&self) -> SourceType
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 moreSource§impl Debug for SourceType
impl Debug for SourceType
Source§impl Default for SourceType
impl Default for SourceType
Source§fn default() -> SourceType
fn default() -> SourceType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SourceType
impl<'de> Deserialize<'de> for SourceType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SourceType
impl Hash for SourceType
Source§impl PartialEq for SourceType
impl PartialEq for SourceType
Source§impl Serialize for SourceType
impl Serialize for SourceType
impl Copy for SourceType
impl Eq for SourceType
impl StructuralPartialEq for SourceType
Auto Trait Implementations§
impl Freeze for SourceType
impl RefUnwindSafe for SourceType
impl Send for SourceType
impl Sync for SourceType
impl Unpin for SourceType
impl UnwindSafe for SourceType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.