pub struct AttributedChange<'a> {
pub path: &'a str,
pub commit: &'a CommitInfo,
}Expand description
One worker-authored path change, attributed to the commit that made it.
Fields§
§path: &'a str§commit: &'a CommitInfoAuto Trait Implementations§
impl<'a> Freeze for AttributedChange<'a>
impl<'a> RefUnwindSafe for AttributedChange<'a>
impl<'a> Send for AttributedChange<'a>
impl<'a> Sync for AttributedChange<'a>
impl<'a> Unpin for AttributedChange<'a>
impl<'a> UnsafeUnpin for AttributedChange<'a>
impl<'a> UnwindSafe for AttributedChange<'a>
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