pub struct SetThresholdMessage {
pub set_threshold: ThresholdConfig,
pub id: u32,
}
Expand description
Message for setting model thresholds
Fields§
§set_threshold: ThresholdConfig
The threshold configuration to set
id: u32
Unique message identifier
Trait Implementations§
Source§impl Debug for SetThresholdMessage
impl Debug for SetThresholdMessage
Auto Trait Implementations§
impl Freeze for SetThresholdMessage
impl RefUnwindSafe for SetThresholdMessage
impl Send for SetThresholdMessage
impl Sync for SetThresholdMessage
impl Unpin for SetThresholdMessage
impl UnwindSafe for SetThresholdMessage
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