Struct git2::ReflogEntry
source · [−]pub struct ReflogEntry<'reflog> { /* private fields */ }
Expand description
An entry inside the reflog of a repository
Implementations
sourceimpl<'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> 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more