pub struct IssueUpdatedEvent {
pub params: IssueUpdatedEventParams,
}Fields§
§params: IssueUpdatedEventParamsTrait Implementations§
Source§impl Clone for IssueUpdatedEvent
impl Clone for IssueUpdatedEvent
Source§fn clone(&self) -> IssueUpdatedEvent
fn clone(&self) -> IssueUpdatedEvent
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 IssueUpdatedEvent
impl Debug for IssueUpdatedEvent
Source§impl<'de> Deserialize<'de> for IssueUpdatedEvent
impl<'de> Deserialize<'de> for IssueUpdatedEvent
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 IssueUpdatedEvent
impl PartialEq for IssueUpdatedEvent
Source§impl Serialize for IssueUpdatedEvent
impl Serialize for IssueUpdatedEvent
impl StructuralPartialEq for IssueUpdatedEvent
Auto Trait Implementations§
impl Freeze for IssueUpdatedEvent
impl RefUnwindSafe for IssueUpdatedEvent
impl Send for IssueUpdatedEvent
impl Sync for IssueUpdatedEvent
impl Unpin for IssueUpdatedEvent
impl UnwindSafe for IssueUpdatedEvent
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