Struct golem_cli::model::RawTemplateId
source · pub struct RawTemplateId(pub Uuid);
Tuple Fields§
§0: Uuid
Trait Implementations§
source§impl Clone for RawTemplateId
impl Clone for RawTemplateId
source§fn clone(&self) -> RawTemplateId
fn clone(&self) -> RawTemplateId
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 RawTemplateId
impl Debug for RawTemplateId
source§impl PartialEq for RawTemplateId
impl PartialEq for RawTemplateId
source§fn eq(&self, other: &RawTemplateId) -> bool
fn eq(&self, other: &RawTemplateId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RawTemplateId
impl StructuralPartialEq for RawTemplateId
Auto Trait Implementations§
impl RefUnwindSafe for RawTemplateId
impl Send for RawTemplateId
impl Sync for RawTemplateId
impl Unpin for RawTemplateId
impl UnwindSafe for RawTemplateId
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.