pub struct StreamStageStats { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for StreamStageStats
impl Default for StreamStageStats
Source§fn default() -> StreamStageStats
fn default() -> StreamStageStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StreamStageStats
impl !RefUnwindSafe for StreamStageStats
impl !Send for StreamStageStats
impl !Sync for StreamStageStats
impl Unpin for StreamStageStats
impl !UnwindSafe for StreamStageStats
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