pub struct StandardsRuleRef {
pub id: String,
pub revision: u64,
pub effective_status: String,
}Expand description
One rule reference on a standards.resolved event (D-H): the compact,
queryable form of a selection. The full snapshots ride in the plan’s
StandardsPin; the event stays replay-cheap.
Fields§
§id: String§revision: u64§effective_status: StringTrait Implementations§
Source§impl Clone for StandardsRuleRef
impl Clone for StandardsRuleRef
Source§fn clone(&self) -> StandardsRuleRef
fn clone(&self) -> StandardsRuleRef
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 moreSource§impl Debug for StandardsRuleRef
impl Debug for StandardsRuleRef
Source§impl<'de> Deserialize<'de> for StandardsRuleRef
impl<'de> Deserialize<'de> for StandardsRuleRef
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
impl Eq for StandardsRuleRef
Source§impl PartialEq for StandardsRuleRef
impl PartialEq for StandardsRuleRef
Source§impl Serialize for StandardsRuleRef
impl Serialize for StandardsRuleRef
impl StructuralPartialEq for StandardsRuleRef
Auto Trait Implementations§
impl Freeze for StandardsRuleRef
impl RefUnwindSafe for StandardsRuleRef
impl Send for StandardsRuleRef
impl Sync for StandardsRuleRef
impl Unpin for StandardsRuleRef
impl UnsafeUnpin for StandardsRuleRef
impl UnwindSafe for StandardsRuleRef
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