pub struct PromotionRow {
pub version_id: String,
pub candidate_id: String,
pub frozen_spec_json: String,
pub bounds_json: String,
pub invariants_json: String,
pub checksum: String,
pub cea_fingerprint_json: Option<String>,
pub promoted_at: String,
}Fields§
§version_id: String§candidate_id: String§frozen_spec_json: String§bounds_json: String§invariants_json: String§checksum: String§cea_fingerprint_json: Option<String>§promoted_at: StringTrait Implementations§
Source§impl Clone for PromotionRow
impl Clone for PromotionRow
Source§fn clone(&self) -> PromotionRow
fn clone(&self) -> PromotionRow
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 moreAuto Trait Implementations§
impl Freeze for PromotionRow
impl RefUnwindSafe for PromotionRow
impl Send for PromotionRow
impl Sync for PromotionRow
impl Unpin for PromotionRow
impl UnsafeUnpin for PromotionRow
impl UnwindSafe for PromotionRow
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