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: Triple
Trait 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 moresource§impl Debug for DefaultToHost
impl Debug for DefaultToHost
source§impl Default for DefaultToHost
impl Default for DefaultToHost
source§impl Hash for DefaultToHost
impl Hash for DefaultToHost
source§impl PartialEq<DefaultToHost> for DefaultToHost
impl PartialEq<DefaultToHost> for DefaultToHost
source§fn eq(&self, other: &DefaultToHost) -> bool
fn eq(&self, other: &DefaultToHost) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DefaultToHost
impl StructuralEq for DefaultToHost
impl StructuralPartialEq for DefaultToHost
Auto Trait Implementations§
impl RefUnwindSafe for DefaultToHost
impl Send for DefaultToHost
impl Sync for DefaultToHost
impl Unpin for DefaultToHost
impl UnwindSafe for DefaultToHost
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