Struct git_odb::find::PotentialPrefix
source · pub struct PotentialPrefix { /* private fields */ }
Expand description
A potentially ambiguous prefix for use with Handle::disambiguate_prefix()
.
Implementations
sourceimpl PotentialPrefix
impl PotentialPrefix
Trait Implementations
sourceimpl Clone for PotentialPrefix
impl Clone for PotentialPrefix
sourcefn clone(&self) -> PotentialPrefix
fn clone(&self) -> PotentialPrefix
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PotentialPrefix
impl Debug for PotentialPrefix
impl Copy for PotentialPrefix
Auto Trait Implementations
impl RefUnwindSafe for PotentialPrefix
impl Send for PotentialPrefix
impl Sync for PotentialPrefix
impl Unpin for PotentialPrefix
impl UnwindSafe for PotentialPrefix
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