Struct target_lexicon::DefaultToHost
source · pub struct DefaultToHost(pub Triple);Expand description
A simple wrapper around Triple that provides an implementation of
Default which defaults to Triple::host().
Tuple Fields§
§0: TripleTrait Implementations§
source§impl Clone for DefaultToHost
impl Clone for DefaultToHost
source§fn clone(&self) -> DefaultToHost
fn clone(&self) -> DefaultToHost
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