Struct git_repository::object::tree::EntryRef
source · pub struct EntryRef<'repo, 'a> {
pub inner: EntryRef<'a>,
/* private fields */
}
Expand description
An entry within a tree
Fields§
§inner: EntryRef<'a>
The actual entry ref we are wrapping.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'repo, 'a> !RefUnwindSafe for EntryRef<'repo, 'a>
impl<'repo, 'a> !Send for EntryRef<'repo, 'a>
impl<'repo, 'a> !Sync for EntryRef<'repo, 'a>
impl<'repo, 'a> Unpin for EntryRef<'repo, 'a>
impl<'repo, 'a> !UnwindSafe for EntryRef<'repo, 'a>
Blanket Implementations§
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere T: Display,
§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a [
CompactString
]. Read more