Struct radicle_cli::git::pretty_diff::Blobs
source · pub struct Blobs { /* private fields */ }Expand description
Blobs passed down to the hunk renderer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Blobs
impl RefUnwindSafe for Blobs
impl Send for Blobs
impl Sync for Blobs
impl Unpin for Blobs
impl UnwindSafe for Blobs
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