pub struct Rebinding<I> { /* private fields */ }
Expand description
The Rebinding state as depicted in the state-transition diagram in RFC 2131.
Trait Implementations§
impl<I> StructuralPartialEq for Rebinding<I>
Auto Trait Implementations§
impl<I> Freeze for Rebinding<I>where
I: Freeze,
impl<I> RefUnwindSafe for Rebinding<I>where
I: RefUnwindSafe,
impl<I> Send for Rebinding<I>where
I: Send,
impl<I> Sync for Rebinding<I>where
I: Sync,
impl<I> Unpin for Rebinding<I>where
I: Unpin,
impl<I> UnwindSafe for Rebinding<I>where
I: UnwindSafe,
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