pub struct AssertInitVectors<I> { /* private fields */ }
Implementations§
Source§impl<I> AssertInitVectors<I>
impl<I> AssertInitVectors<I>
pub const unsafe fn new_unchecked(inner: I) -> Self
pub fn into_inner(self) -> I
Trait Implementations§
Source§impl<T> From<AssertInitVectors<SingleVector<T>>> for AssertInit<T>
impl<T> From<AssertInitVectors<SingleVector<T>>> for AssertInit<T>
Source§fn from(vectors: AssertInitVectors<SingleVector<T>>) -> Self
fn from(vectors: AssertInitVectors<SingleVector<T>>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<I> Freeze for AssertInitVectors<I>where
I: Freeze,
impl<I> RefUnwindSafe for AssertInitVectors<I>where
I: RefUnwindSafe,
impl<I> Send for AssertInitVectors<I>where
I: Send,
impl<I> Sync for AssertInitVectors<I>where
I: Sync,
impl<I> Unpin for AssertInitVectors<I>where
I: Unpin,
impl<I> UnwindSafe for AssertInitVectors<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