pub struct HostWave {
pub hostname: String,
pub wave_index: u32,
pub target_closure: String,
}Fields§
§hostname: String§wave_index: u32Frozen at projection time; reshaping waves produces a new rolloutId.
target_closure: StringPer-host closure. Agent re-asserts this against the CP-advertised closure to detect retargeting.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HostWave
impl<'de> Deserialize<'de> for HostWave
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 HostWave
impl StructuralPartialEq for HostWave
Auto Trait Implementations§
impl Freeze for HostWave
impl RefUnwindSafe for HostWave
impl Send for HostWave
impl Sync for HostWave
impl Unpin for HostWave
impl UnwindSafe for HostWave
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more