pub(crate) struct RawBoundsError<B>(PhantomData<B>);Tuple Fields§
§0: PhantomData<B>Implementations§
Source§impl<B> RawBoundsError<B>
impl<B> RawBoundsError<B>
const fn new() -> RawBoundsError<B>
Trait Implementations§
Source§impl<B> Clone for RawBoundsError<B>
impl<B> Clone for RawBoundsError<B>
Source§fn clone(&self) -> RawBoundsError<B>
fn clone(&self) -> RawBoundsError<B>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<B, P> Debug for RawBoundsError<B>
impl<B, P> Debug for RawBoundsError<B>
Auto Trait Implementations§
impl<B> Freeze for RawBoundsError<B>
impl<B> RefUnwindSafe for RawBoundsError<B>where
B: RefUnwindSafe,
impl<B> Send for RawBoundsError<B>where
B: Send,
impl<B> Sync for RawBoundsError<B>where
B: Sync,
impl<B> Unpin for RawBoundsError<B>where
B: Unpin,
impl<B> UnwindSafe for RawBoundsError<B>where
B: 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