pub struct Payload {
pub duration: Option<u128>,
pub message: Option<String>,
pub error: Option<String>,
pub request_id: String,
pub namespace: String,
pub git_commit_message: Option<String>,
pub git_branch: Option<String>,
pub git_commit_hash: Option<String>,
pub git_remote_url: Option<String>,
pub git_author: Option<String>,
}Fields§
§duration: Option<u128>§message: Option<String>§error: Option<String>§request_id: String§namespace: String§git_commit_message: Option<String>§git_branch: Option<String>§git_commit_hash: Option<String>§git_remote_url: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Payload
impl RefUnwindSafe for Payload
impl Send for Payload
impl Sync for Payload
impl Unpin for Payload
impl UnwindSafe for Payload
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