pub struct PeekExport<T: 'static> { /* private fields */ }Expand description
The FIFO’s peek side.
Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for PeekExport<T>
impl<T> !Send for PeekExport<T>
impl<T> !Sync for PeekExport<T>
impl<T> !UnwindSafe for PeekExport<T>
impl<T> Freeze for PeekExport<T>
impl<T> Unpin for PeekExport<T>
impl<T> UnsafeUnpin for PeekExport<T>
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