Struct aws_sdk_codegurureviewer::model::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
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more