pub struct ProcessSignalPayload {
pub role: String,
pub app_version: Option<String>,
pub git_sha: Option<String>,
}Fields§
§role: String§app_version: Option<String>§git_sha: Option<String>Trait Implementations§
Source§impl Clone for ProcessSignalPayload
impl Clone for ProcessSignalPayload
Source§fn clone(&self) -> ProcessSignalPayload
fn clone(&self) -> ProcessSignalPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProcessSignalPayload
impl Debug for ProcessSignalPayload
Auto Trait Implementations§
impl Freeze for ProcessSignalPayload
impl RefUnwindSafe for ProcessSignalPayload
impl Send for ProcessSignalPayload
impl Sync for ProcessSignalPayload
impl Unpin for ProcessSignalPayload
impl UnsafeUnpin for ProcessSignalPayload
impl UnwindSafe for ProcessSignalPayload
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