pub struct CapturedTargets {
pub primary: CapturedTarget,
pub candidate: CapturedTarget,
pub secondary: Option<CapturedTarget>,
}Expand description
Captured target results for the required and optional comparison roles.
Fields§
§primary: CapturedTarget§candidate: CapturedTarget§secondary: Option<CapturedTarget>Trait Implementations§
Source§impl Clone for CapturedTargets
impl Clone for CapturedTargets
Source§fn clone(&self) -> CapturedTargets
fn clone(&self) -> CapturedTargets
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 moreAuto Trait Implementations§
impl !Freeze for CapturedTargets
impl RefUnwindSafe for CapturedTargets
impl Send for CapturedTargets
impl Sync for CapturedTargets
impl Unpin for CapturedTargets
impl UnsafeUnpin for CapturedTargets
impl UnwindSafe for CapturedTargets
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