pub struct StreamNotification {
pub current_sequence: u64,
pub notify: Arc<Notify>,
}Fields§
§current_sequence: u64§notify: Arc<Notify>Trait Implementations§
Source§impl Clone for StreamNotification
impl Clone for StreamNotification
Source§fn clone(&self) -> StreamNotification
fn clone(&self) -> StreamNotification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StreamNotification
impl RefUnwindSafe for StreamNotification
impl Send for StreamNotification
impl Sync for StreamNotification
impl Unpin for StreamNotification
impl UnsafeUnpin for StreamNotification
impl UnwindSafe for StreamNotification
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