pub struct HistoryEventCompat {
pub bead_id: String,
pub event_type: String,
pub timestamp: String,
pub commit_sha: String,
pub commit_message: String,
pub author: String,
pub author_email: String,
}Fields§
§bead_id: String§event_type: String§timestamp: String§commit_sha: String§commit_message: StringTrait Implementations§
Source§impl Clone for HistoryEventCompat
impl Clone for HistoryEventCompat
Source§fn clone(&self) -> HistoryEventCompat
fn clone(&self) -> HistoryEventCompat
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 HistoryEventCompat
impl Debug for HistoryEventCompat
Auto Trait Implementations§
impl Freeze for HistoryEventCompat
impl RefUnwindSafe for HistoryEventCompat
impl Send for HistoryEventCompat
impl Sync for HistoryEventCompat
impl Unpin for HistoryEventCompat
impl UnsafeUnpin for HistoryEventCompat
impl UnwindSafe for HistoryEventCompat
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