pub struct RemoteReadCoverageEntry {
pub id: &'static str,
pub public_surface: &'static str,
pub identities: &'static [&'static str],
pub remote_status: RemoteReadCoverageStatus,
pub prerequisite: &'static str,
pub normal_outcome: &'static str,
pub failure_outcome: &'static str,
}Expand description
One stable public category row in the v0.8 coverage matrix.
Fields§
§id: &'static str§public_surface: &'static str§identities: &'static [&'static str]§remote_status: RemoteReadCoverageStatus§prerequisite: &'static str§normal_outcome: &'static str§failure_outcome: &'static strTrait Implementations§
Source§impl Clone for RemoteReadCoverageEntry
impl Clone for RemoteReadCoverageEntry
Source§fn clone(&self) -> RemoteReadCoverageEntry
fn clone(&self) -> RemoteReadCoverageEntry
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 moreSource§impl Debug for RemoteReadCoverageEntry
impl Debug for RemoteReadCoverageEntry
impl Eq for RemoteReadCoverageEntry
Source§impl PartialEq for RemoteReadCoverageEntry
impl PartialEq for RemoteReadCoverageEntry
Source§impl Serialize for RemoteReadCoverageEntry
impl Serialize for RemoteReadCoverageEntry
impl StructuralPartialEq for RemoteReadCoverageEntry
Auto Trait Implementations§
impl Freeze for RemoteReadCoverageEntry
impl RefUnwindSafe for RemoteReadCoverageEntry
impl Send for RemoteReadCoverageEntry
impl Sync for RemoteReadCoverageEntry
impl Unpin for RemoteReadCoverageEntry
impl UnsafeUnpin for RemoteReadCoverageEntry
impl UnwindSafe for RemoteReadCoverageEntry
Blanket Implementations§
impl<T> Allocation for T
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