pub struct ConstStream<N>(/* private fields */);Expand description
Constant stream: N, N, N, N, …
Trait Implementations§
Source§impl<N: Nibble + 'static> HashStream for ConstStream<N>
impl<N: Nibble + 'static> HashStream for ConstStream<N>
Auto Trait Implementations§
impl<N> Freeze for ConstStream<N>
impl<N> RefUnwindSafe for ConstStream<N>where
N: RefUnwindSafe,
impl<N> Send for ConstStream<N>where
N: Send,
impl<N> Sync for ConstStream<N>where
N: Sync,
impl<N> Unpin for ConstStream<N>where
N: Unpin,
impl<N> UnwindSafe for ConstStream<N>where
N: 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