Struct medea_control_api_proto::callback::Request
source · pub struct Request {
pub fid: Fid,
pub event: Event,
pub at: OffsetDateTime,
}Expand description
Request with a fired callback Event and its meta information.
Used for invoking and processing callbacks via CallbackApi::on_event().
Fields§
§fid: Fid§event: EventOccurred Event.
at: OffsetDateTimeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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