pub struct GraphCollectivesParity {
pub graph: String,
pub compile_id: String,
pub offset: usize,
pub missing_waits: usize,
}
Fields§
§graph: String
§compile_id: String
§offset: usize
§missing_waits: usize
Trait Implementations§
Source§impl Debug for GraphCollectivesParity
impl Debug for GraphCollectivesParity
Source§impl<'de> Deserialize<'de> for GraphCollectivesParity
impl<'de> Deserialize<'de> for GraphCollectivesParity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GraphCollectivesParity
impl RefUnwindSafe for GraphCollectivesParity
impl Send for GraphCollectivesParity
impl Sync for GraphCollectivesParity
impl Unpin for GraphCollectivesParity
impl UnwindSafe for GraphCollectivesParity
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