pub struct Bound<I> { /* private fields */ }
Expand description
The Bound state as depicted in the state-transition diagram in RFC 2131.
Trait Implementations§
impl<I> StructuralPartialEq for Bound<I>
Auto Trait Implementations§
impl<I> Freeze for Bound<I>where
I: Freeze,
impl<I> RefUnwindSafe for Bound<I>where
I: RefUnwindSafe,
impl<I> Send for Bound<I>where
I: Send,
impl<I> Sync for Bound<I>where
I: Sync,
impl<I> Unpin for Bound<I>where
I: Unpin,
impl<I> UnwindSafe for Bound<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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)