pub struct PrDiffEntry {
pub anchor: String,
pub title: Option<String>,
pub change_type: String,
pub old_content: Option<String>,
pub new_content: Option<String>,
}Fields§
§anchor: String§title: Option<String>§change_type: String§old_content: Option<String>§new_content: Option<String>Trait Implementations§
Source§impl Debug for PrDiffEntry
impl Debug for PrDiffEntry
Auto Trait Implementations§
impl Freeze for PrDiffEntry
impl RefUnwindSafe for PrDiffEntry
impl Send for PrDiffEntry
impl Sync for PrDiffEntry
impl Unpin for PrDiffEntry
impl UnsafeUnpin for PrDiffEntry
impl UnwindSafe for PrDiffEntry
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