pub struct BufferBorrower<K> { /* private fields */ }Implementations§
Source§impl<K> BufferBorrower<K>
impl<K> BufferBorrower<K>
Trait Implementations§
Source§impl<F, K> FrameProcessor<F> for BufferBorrower<K>
impl<F, K> FrameProcessor<F> for BufferBorrower<K>
Auto Trait Implementations§
impl<K> Freeze for BufferBorrower<K>where
K: Freeze,
impl<K> !RefUnwindSafe for BufferBorrower<K>
impl<K> Send for BufferBorrower<K>where
K: Send,
impl<K> Sync for BufferBorrower<K>where
K: Sync,
impl<K> Unpin for BufferBorrower<K>where
K: Unpin,
impl<K> !UnwindSafe for BufferBorrower<K>
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