Struct ockam_api::cloud::project::ProjectVersion
source · pub struct ProjectVersion {
pub version: Option<String>,
pub project_version: Option<String>,
}
Fields§
§version: Option<String>
The version of the Orchestrator Controller
project_version: Option<String>
The version of the Projects
Trait Implementations§
source§impl Clone for ProjectVersion
impl Clone for ProjectVersion
source§fn clone(&self) -> ProjectVersion
fn clone(&self) -> ProjectVersion
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 ProjectVersion
impl Debug for ProjectVersion
source§impl<'bytes, Ctx> Decode<'bytes, Ctx> for ProjectVersion
impl<'bytes, Ctx> Decode<'bytes, Ctx> for ProjectVersion
source§impl Default for ProjectVersion
impl Default for ProjectVersion
source§fn default() -> ProjectVersion
fn default() -> ProjectVersion
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProjectVersion
impl<'de> Deserialize<'de> for ProjectVersion
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ProjectVersion
impl PartialEq for ProjectVersion
source§fn eq(&self, other: &ProjectVersion) -> bool
fn eq(&self, other: &ProjectVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ProjectVersion
impl Serialize for ProjectVersion
impl Eq for ProjectVersion
impl StructuralEq for ProjectVersion
impl StructuralPartialEq for ProjectVersion
Auto Trait Implementations§
impl RefUnwindSafe for ProjectVersion
impl Send for ProjectVersion
impl Sync for ProjectVersion
impl Unpin for ProjectVersion
impl UnwindSafe for ProjectVersion
Blanket Implementations§
source§impl<D> AsyncTryClone for Dwhere
D: Clone + Sync,
impl<D> AsyncTryClone for Dwhere D: Clone + Sync,
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
source§impl<T> Decodable for Twhere
T: DeserializeOwned,
impl<T> Decodable for Twhere T: DeserializeOwned,
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.