Struct aws_sdk_codegurureviewer::types::EventInfo
source · #[non_exhaustive]pub struct EventInfo { /* private fields */ }Expand description
Information about an event. The event might be a push, pull request, scheduled request, or another type of event.
Implementations§
Trait Implementations§
source§impl PartialEq<EventInfo> for EventInfo
impl PartialEq<EventInfo> for EventInfo
impl StructuralPartialEq for EventInfo
Auto Trait Implementations§
impl RefUnwindSafe for EventInfo
impl Send for EventInfo
impl Sync for EventInfo
impl Unpin for EventInfo
impl UnwindSafe for EventInfo
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