Struct target_lexicon::DefaultToUnknown
source · [−]pub struct DefaultToUnknown(pub Triple);
Expand description
A simple wrapper around Triple
that provides an implementation of
Default
which defaults to Triple::unknown()
.
Tuple Fields
0: Triple
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DefaultToUnknown
impl Send for DefaultToUnknown
impl Sync for DefaultToUnknown
impl Unpin for DefaultToUnknown
impl UnwindSafe for DefaultToUnknown
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more