Struct git_repository::object::tree::Entry
source · pub struct Entry<'repo> { /* private fields */ }
Expand description
An entry in a Tree
, similar to an entry in a directory.
Implementations
Trait Implementations
sourceimpl<'repo> PartialEq<Entry<'repo>> for Entry<'repo>
impl<'repo> PartialEq<Entry<'repo>> for Entry<'repo>
impl<'repo> StructuralPartialEq for Entry<'repo>
Auto Trait Implementations
impl<'repo> !RefUnwindSafe for Entry<'repo>
impl<'repo> !Send for Entry<'repo>
impl<'repo> !Sync for Entry<'repo>
impl<'repo> Unpin for Entry<'repo>
impl<'repo> !UnwindSafe for Entry<'repo>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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