pub struct Triple(pub Cow<'static, str>);
Expand description
The unique identifier for a target.
Tuple Fields§
§0: Cow<'static, str>
Implementations§
Trait Implementations§
source§impl Ord for Triple
impl Ord for Triple
source§impl PartialEq for Triple
impl PartialEq for Triple
source§impl PartialOrd for Triple
impl PartialOrd for Triple
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Triple
impl StructuralPartialEq for Triple
Auto Trait Implementations§
impl Freeze for Triple
impl RefUnwindSafe for Triple
impl Send for Triple
impl Sync for Triple
impl Unpin for Triple
impl UnwindSafe for Triple
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