pub struct Conflict<'g, 't> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'g, 't> Freeze for Conflict<'g, 't>
impl<'g, 't> RefUnwindSafe for Conflict<'g, 't>
impl<'g, 't> Send for Conflict<'g, 't>
impl<'g, 't> Sync for Conflict<'g, 't>
impl<'g, 't> Unpin for Conflict<'g, 't>
impl<'g, 't> UnsafeUnpin for Conflict<'g, 't>
impl<'g, 't> UnwindSafe for Conflict<'g, 't>
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