pub struct ReplyEntry {
pub expiry: OffsetDateTime,
pub value: Option<Json>,
}
Fields§
§expiry: OffsetDateTime
§value: Option<Json>
Auto Trait Implementations§
impl Freeze for ReplyEntry
impl RefUnwindSafe for ReplyEntry
impl Send for ReplyEntry
impl Sync for ReplyEntry
impl Unpin for ReplyEntry
impl UnwindSafe for ReplyEntry
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