pub struct ListingReader { /* private fields */ }Implementations§
Source§impl ListingReader
impl ListingReader
pub fn new(track: TrackReader) -> Self
pub async fn next(&mut self) -> Result<Option<ListingDelta>>
pub fn into_inner(self) -> TrackReader
Trait Implementations§
Source§impl Clone for ListingReader
impl Clone for ListingReader
Source§fn clone(&self) -> ListingReader
fn clone(&self) -> ListingReader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ListingReader
impl RefUnwindSafe for ListingReader
impl Send for ListingReader
impl Sync for ListingReader
impl Unpin for ListingReader
impl UnwindSafe for ListingReader
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