pub struct IndexGitlinkEntry {
pub path: BString,
pub oid: ObjectId,
}Fields§
§path: BString§oid: ObjectIdTrait Implementations§
Source§impl Clone for IndexGitlinkEntry
impl Clone for IndexGitlinkEntry
Source§fn clone(&self) -> IndexGitlinkEntry
fn clone(&self) -> IndexGitlinkEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndexGitlinkEntry
impl Debug for IndexGitlinkEntry
impl Eq for IndexGitlinkEntry
Source§impl PartialEq for IndexGitlinkEntry
impl PartialEq for IndexGitlinkEntry
Source§fn eq(&self, other: &IndexGitlinkEntry) -> bool
fn eq(&self, other: &IndexGitlinkEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IndexGitlinkEntry
Auto Trait Implementations§
impl Freeze for IndexGitlinkEntry
impl RefUnwindSafe for IndexGitlinkEntry
impl Send for IndexGitlinkEntry
impl Sync for IndexGitlinkEntry
impl Unpin for IndexGitlinkEntry
impl UnsafeUnpin for IndexGitlinkEntry
impl UnwindSafe for IndexGitlinkEntry
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