pub struct IssueUpdatedParams {
pub issue_message: String,
}Expand description
This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue. issueUpdated
Fields§
§issue_message: StringTrait Implementations§
Source§impl Clone for IssueUpdatedParams
impl Clone for IssueUpdatedParams
Source§fn clone(&self) -> IssueUpdatedParams
fn clone(&self) -> IssueUpdatedParams
Returns a duplicate of the value. Read more
1.0.0 · 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 IssueUpdatedParams
impl Debug for IssueUpdatedParams
Source§impl<'de> Deserialize<'de> for IssueUpdatedParams
impl<'de> Deserialize<'de> for IssueUpdatedParams
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
Source§impl PartialEq for IssueUpdatedParams
impl PartialEq for IssueUpdatedParams
Source§impl Serialize for IssueUpdatedParams
impl Serialize for IssueUpdatedParams
impl StructuralPartialEq for IssueUpdatedParams
Auto Trait Implementations§
impl Freeze for IssueUpdatedParams
impl RefUnwindSafe for IssueUpdatedParams
impl Send for IssueUpdatedParams
impl Sync for IssueUpdatedParams
impl Unpin for IssueUpdatedParams
impl UnsafeUnpin for IssueUpdatedParams
impl UnwindSafe for IssueUpdatedParams
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