pub struct RobotSchemas {
pub schema_version: String,
pub generated_at: String,
pub envelope: Value,
pub commands: BTreeMap<String, Value>,
}Fields§
§schema_version: String§generated_at: String§envelope: Value§commands: BTreeMap<String, Value>Trait Implementations§
Source§impl Debug for RobotSchemas
impl Debug for RobotSchemas
Auto Trait Implementations§
impl Freeze for RobotSchemas
impl RefUnwindSafe for RobotSchemas
impl Send for RobotSchemas
impl Sync for RobotSchemas
impl Unpin for RobotSchemas
impl UnsafeUnpin for RobotSchemas
impl UnwindSafe for RobotSchemas
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