Struct aws_sdk_proton::types::RepositorySyncEvent
source · #[non_exhaustive]pub struct RepositorySyncEvent { /* private fields */ }Expand description
Repository sync event detail data for a sync attempt.
Implementations§
source§impl RepositorySyncEvent
impl RepositorySyncEvent
sourcepub fn external_id(&self) -> Option<&str>
pub fn external_id(&self) -> Option<&str>
The external ID of the sync event.
source§impl RepositorySyncEvent
impl RepositorySyncEvent
sourcepub fn builder() -> RepositorySyncEventBuilder
pub fn builder() -> RepositorySyncEventBuilder
Creates a new builder-style object to manufacture RepositorySyncEvent.
Trait Implementations§
source§impl Clone for RepositorySyncEvent
impl Clone for RepositorySyncEvent
source§fn clone(&self) -> RepositorySyncEvent
fn clone(&self) -> RepositorySyncEvent
Returns a copy 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 RepositorySyncEvent
impl Debug for RepositorySyncEvent
source§impl PartialEq<RepositorySyncEvent> for RepositorySyncEvent
impl PartialEq<RepositorySyncEvent> for RepositorySyncEvent
source§fn eq(&self, other: &RepositorySyncEvent) -> bool
fn eq(&self, other: &RepositorySyncEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RepositorySyncEvent
Auto Trait Implementations§
impl RefUnwindSafe for RepositorySyncEvent
impl Send for RepositorySyncEvent
impl Sync for RepositorySyncEvent
impl Unpin for RepositorySyncEvent
impl UnwindSafe for RepositorySyncEvent
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