pub struct AgentComputeProfile(/* private fields */);Expand description
The compute profile of a deployment version.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for AgentComputeProfile
impl AsRef<str> for AgentComputeProfile
Source§impl Clone for AgentComputeProfile
impl Clone for AgentComputeProfile
Source§fn clone(&self) -> AgentComputeProfile
fn clone(&self) -> AgentComputeProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgentComputeProfile
impl Debug for AgentComputeProfile
Source§impl<'de> Deserialize<'de> for AgentComputeProfile
impl<'de> Deserialize<'de> for AgentComputeProfile
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 Display for AgentComputeProfile
impl Display for AgentComputeProfile
impl Eq for AgentComputeProfile
Source§impl From<&str> for AgentComputeProfile
impl From<&str> for AgentComputeProfile
Source§impl From<String> for AgentComputeProfile
impl From<String> for AgentComputeProfile
Source§impl Hash for AgentComputeProfile
impl Hash for AgentComputeProfile
Source§impl PartialEq for AgentComputeProfile
impl PartialEq for AgentComputeProfile
Source§impl Serialize for AgentComputeProfile
impl Serialize for AgentComputeProfile
impl StructuralPartialEq for AgentComputeProfile
Auto Trait Implementations§
impl Freeze for AgentComputeProfile
impl RefUnwindSafe for AgentComputeProfile
impl Send for AgentComputeProfile
impl Sync for AgentComputeProfile
impl Unpin for AgentComputeProfile
impl UnsafeUnpin for AgentComputeProfile
impl UnwindSafe for AgentComputeProfile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.