pub struct RexReport {
pub rex_id: RexId,
pub round: u64,
pub updates: Vec<RexUpdate>,
}Expand description
Represents an rex’s definition and configuration
Fields§
§rex_id: RexId§round: u64§updates: Vec<RexUpdate>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RexReport
impl<'de> Deserialize<'de> for RexReport
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 HumanReadable for RexReport
impl HumanReadable for RexReport
Source§fn human_readable(&self) -> String
fn human_readable(&self) -> String
Return a human-readable string representation
impl Representable for RexReport
impl StructuralPartialEq for RexReport
Auto Trait Implementations§
impl Freeze for RexReport
impl RefUnwindSafe for RexReport
impl Send for RexReport
impl Sync for RexReport
impl Unpin for RexReport
impl UnsafeUnpin for RexReport
impl UnwindSafe for RexReport
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