pub struct DisplayClaimant {
pub pack: String,
pub source: String,
}Expand description
One claimant of a cross-pack conflict, formatted for display.
Fields§
§pack: StringPack name.
source: StringShort, pack-relative source description (e.g. git/env.sh).
Trait Implementations§
Source§impl Clone for DisplayClaimant
impl Clone for DisplayClaimant
Source§fn clone(&self) -> DisplayClaimant
fn clone(&self) -> DisplayClaimant
Returns a duplicate of the value. Read more
1.0.0 · 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 DisplayClaimant
impl Debug for DisplayClaimant
Auto Trait Implementations§
impl Freeze for DisplayClaimant
impl RefUnwindSafe for DisplayClaimant
impl Send for DisplayClaimant
impl Sync for DisplayClaimant
impl Unpin for DisplayClaimant
impl UnsafeUnpin for DisplayClaimant
impl UnwindSafe for DisplayClaimant
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