Struct radicle_git_ext::commit::headers::Headers
source · pub struct Headers(_);
Expand description
A collection of headers stored in a crate::commit::Commit
.
Note: these do not include tree
, parent
, author
, and committer
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Headers
impl Send for Headers
impl Sync for Headers
impl Unpin for Headers
impl UnwindSafe for Headers
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