Struct git2::ReflogEntry
source · pub struct ReflogEntry<'reflog> { /* private fields */ }
Expand description
An entry inside the reflog of a repository
Implementations§
source§impl<'reflog> ReflogEntry<'reflog>
impl<'reflog> ReflogEntry<'reflog>
sourcepub fn message_bytes(&self) -> Option<&[u8]>
pub fn message_bytes(&self) -> Option<&[u8]>
Get the log message as a byte array.
Auto Trait Implementations§
impl<'reflog> Freeze for ReflogEntry<'reflog>
impl<'reflog> RefUnwindSafe for ReflogEntry<'reflog>
impl<'reflog> !Send for ReflogEntry<'reflog>
impl<'reflog> !Sync for ReflogEntry<'reflog>
impl<'reflog> Unpin for ReflogEntry<'reflog>
impl<'reflog> UnwindSafe for ReflogEntry<'reflog>
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