pub struct ConflictDetails {
pub keys: Vec<ConflictKey>,
}Fields§
§keys: Vec<ConflictKey>Trait Implementations§
Source§impl Clone for ConflictDetails
impl Clone for ConflictDetails
Source§fn clone(&self) -> ConflictDetails
fn clone(&self) -> ConflictDetails
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 ConflictDetails
impl Debug for ConflictDetails
Source§impl Default for ConflictDetails
impl Default for ConflictDetails
Source§fn default() -> ConflictDetails
fn default() -> ConflictDetails
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConflictDetails
impl RefUnwindSafe for ConflictDetails
impl Send for ConflictDetails
impl Sync for ConflictDetails
impl Unpin for ConflictDetails
impl UnsafeUnpin for ConflictDetails
impl UnwindSafe for ConflictDetails
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