pub struct MapConflict;Expand description
Error returned when mapping an interface would intersect with an already mapping other interface.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapConflict
impl RefUnwindSafe for MapConflict
impl Send for MapConflict
impl Sync for MapConflict
impl Unpin for MapConflict
impl UnwindSafe for MapConflict
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