pub struct LicenseEffective {
pub last_updated_ms: Option<i64>,
pub extra: BTreeMap<String, Value>,
}Expand description
effective — the license-state stamp. Capture: a one-key object on
both rigs.
Fields§
§last_updated_ms: Option<i64>Epoch MILLISECONDS — capture-proven by magnitude cross-check
on BOTH rigs: 1788748551614 = ×1000 of the capture moment’s
epoch seconds (09-LIVE-CAPTURES §1 shape notes). Option +
default: only two point releases observed.
extra: BTreeMap<String, Value>Unknown keys round-trip.
Trait Implementations§
Source§impl Clone for LicenseEffective
impl Clone for LicenseEffective
Source§fn clone(&self) -> LicenseEffective
fn clone(&self) -> LicenseEffective
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 LicenseEffective
impl Debug for LicenseEffective
Source§impl Default for LicenseEffective
impl Default for LicenseEffective
Source§fn default() -> LicenseEffective
fn default() -> LicenseEffective
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LicenseEffective
impl<'de> Deserialize<'de> for LicenseEffective
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 PartialEq for LicenseEffective
impl PartialEq for LicenseEffective
Source§impl Serialize for LicenseEffective
impl Serialize for LicenseEffective
impl StructuralPartialEq for LicenseEffective
Auto Trait Implementations§
impl Freeze for LicenseEffective
impl RefUnwindSafe for LicenseEffective
impl Send for LicenseEffective
impl Sync for LicenseEffective
impl Unpin for LicenseEffective
impl UnsafeUnpin for LicenseEffective
impl UnwindSafe for LicenseEffective
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