pub struct StreamFrontier;Implementations§
Auto Trait Implementations§
impl Freeze for StreamFrontier
impl RefUnwindSafe for StreamFrontier
impl Send for StreamFrontier
impl Sync for StreamFrontier
impl Unpin for StreamFrontier
impl UnsafeUnpin for StreamFrontier
impl UnwindSafe for StreamFrontier
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