Struct golem_cli::model::TemplateName
source · pub struct TemplateName(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for TemplateName
impl Clone for TemplateName
source§fn clone(&self) -> TemplateName
fn clone(&self) -> TemplateName
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 TemplateName
impl Debug for TemplateName
source§impl Display for TemplateName
impl Display for TemplateName
source§impl FromStr for TemplateName
impl FromStr for TemplateName
source§impl PartialEq for TemplateName
impl PartialEq for TemplateName
source§fn eq(&self, other: &TemplateName) -> bool
fn eq(&self, other: &TemplateName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TemplateName
impl StructuralPartialEq for TemplateName
Auto Trait Implementations§
impl RefUnwindSafe for TemplateName
impl Send for TemplateName
impl Sync for TemplateName
impl Unpin for TemplateName
impl UnwindSafe for TemplateName
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.