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
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
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