pub struct BidNotice {
pub request: String,
pub task_id: String,
pub time_window: Duration,
}Fields§
§request: String§task_id: String§time_window: DurationTrait Implementations§
Source§impl<'de> Deserialize<'de> for BidNotice
impl<'de> Deserialize<'de> for BidNotice
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 Message for BidNotice
impl StructuralPartialEq for BidNotice
Auto Trait Implementations§
impl Freeze for BidNotice
impl RefUnwindSafe for BidNotice
impl Send for BidNotice
impl Sync for BidNotice
impl Unpin for BidNotice
impl UnwindSafe for BidNotice
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