pub enum RuntimeSchema {
V0,
}Expand description
The compiled runtime document grammar consumed by participants and supervisors. This is deliberately distinct from authored robot, component, and simulation source schemas.
Variants§
V0
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeSchema
impl Clone for RuntimeSchema
Source§fn clone(&self) -> RuntimeSchema
fn clone(&self) -> RuntimeSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RuntimeSchema
Source§impl Debug for RuntimeSchema
impl Debug for RuntimeSchema
Source§impl<'de> Deserialize<'de> for RuntimeSchema
impl<'de> Deserialize<'de> for RuntimeSchema
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 Display for RuntimeSchema
impl Display for RuntimeSchema
impl Eq for RuntimeSchema
Source§impl PartialEq for RuntimeSchema
impl PartialEq for RuntimeSchema
Source§impl Serialize for RuntimeSchema
impl Serialize for RuntimeSchema
impl StructuralPartialEq for RuntimeSchema
Auto Trait Implementations§
impl Freeze for RuntimeSchema
impl RefUnwindSafe for RuntimeSchema
impl Send for RuntimeSchema
impl Sync for RuntimeSchema
impl Unpin for RuntimeSchema
impl UnsafeUnpin for RuntimeSchema
impl UnwindSafe for RuntimeSchema
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