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§
source§impl Clone for DefaultToUnknown
impl Clone for DefaultToUnknown
source§fn clone(&self) -> DefaultToUnknown
fn clone(&self) -> DefaultToUnknown
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more