pub struct RowStreams {
pub edit_runs: u32,
pub body_moves: u32,
pub constraint_moves: u32,
pub observed: u32,
}Fields§
§edit_runs: u32§body_moves: u32§constraint_moves: u32§observed: u32Trait Implementations§
Source§impl Clone for RowStreams
impl Clone for RowStreams
Source§fn clone(&self) -> RowStreams
fn clone(&self) -> RowStreams
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 moreimpl Copy for RowStreams
Source§impl Debug for RowStreams
impl Debug for RowStreams
Source§impl Default for RowStreams
impl Default for RowStreams
Source§fn default() -> RowStreams
fn default() -> RowStreams
Returns the “default value” for a type. Read more
impl Eq for RowStreams
Source§impl PartialEq for RowStreams
impl PartialEq for RowStreams
impl StructuralPartialEq for RowStreams
Auto Trait Implementations§
impl Freeze for RowStreams
impl RefUnwindSafe for RowStreams
impl Send for RowStreams
impl Sync for RowStreams
impl Unpin for RowStreams
impl UnsafeUnpin for RowStreams
impl UnwindSafe for RowStreams
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