pub struct PinChange {
pub file: PathBuf,
pub line_number: usize,
pub action_slug: String,
pub from_version: String,
pub to_sha: String,
pub original_line: String,
pub rewritten_line: String,
}Fields§
§file: PathBuf§line_number: usize§action_slug: String§from_version: String§to_sha: String§original_line: String§rewritten_line: StringTrait Implementations§
impl Eq for PinChange
impl StructuralPartialEq for PinChange
Auto Trait Implementations§
impl Freeze for PinChange
impl RefUnwindSafe for PinChange
impl Send for PinChange
impl Sync for PinChange
impl Unpin for PinChange
impl UnsafeUnpin for PinChange
impl UnwindSafe for PinChange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.