pub struct ParityTarget { /* private fields */ }Expand description
Upstream project whose feature set and tests should be tracked.
Implementations§
Source§impl ParityTarget
impl ParityTarget
Sourcepub const fn capabilities(&self) -> &'static [ParityCapability]
pub const fn capabilities(&self) -> &'static [ParityCapability]
Capabilities tracked for parity.
Trait Implementations§
Source§impl Clone for ParityTarget
impl Clone for ParityTarget
Source§fn clone(&self) -> ParityTarget
fn clone(&self) -> ParityTarget
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 ParityTarget
Source§impl Debug for ParityTarget
impl Debug for ParityTarget
impl Eq for ParityTarget
Source§impl PartialEq for ParityTarget
impl PartialEq for ParityTarget
Source§fn eq(&self, other: &ParityTarget) -> bool
fn eq(&self, other: &ParityTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParityTarget
Auto Trait Implementations§
impl Freeze for ParityTarget
impl RefUnwindSafe for ParityTarget
impl Send for ParityTarget
impl Sync for ParityTarget
impl Unpin for ParityTarget
impl UnsafeUnpin for ParityTarget
impl UnwindSafe for ParityTarget
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