pub struct RunMeta {
pub origin: Option<String>,
pub client_ip: Option<String>,
pub user_agent: Option<String>,
}Expand description
Metadata about how a Run was triggered (origin, client IP, user-agent, …).
Fields§
§origin: Option<String>§client_ip: Option<String>§user_agent: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RunMeta
impl<'de> Deserialize<'de> for RunMeta
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
Auto Trait Implementations§
impl Freeze for RunMeta
impl RefUnwindSafe for RunMeta
impl Send for RunMeta
impl Sync for RunMeta
impl Unpin for RunMeta
impl UnsafeUnpin for RunMeta
impl UnwindSafe for RunMeta
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