Struct oci_spec::runtime::SolarisCappedCPU
source · pub struct SolarisCappedCPU { /* private fields */ }
Expand description
SolarisCappedCPU allows users to set limit on the amount of CPU time that can be used by container.
Implementations§
Trait Implementations§
source§impl Clone for SolarisCappedCPU
impl Clone for SolarisCappedCPU
source§fn clone(&self) -> SolarisCappedCPU
fn clone(&self) -> SolarisCappedCPU
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 SolarisCappedCPU
impl Debug for SolarisCappedCPU
source§impl Default for SolarisCappedCPU
impl Default for SolarisCappedCPU
source§fn default() -> SolarisCappedCPU
fn default() -> SolarisCappedCPU
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SolarisCappedCPU
impl<'de> Deserialize<'de> for SolarisCappedCPU
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 SolarisCappedCPU
impl PartialEq for SolarisCappedCPU
source§fn eq(&self, other: &SolarisCappedCPU) -> bool
fn eq(&self, other: &SolarisCappedCPU) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SolarisCappedCPU
impl Serialize for SolarisCappedCPU
impl Eq for SolarisCappedCPU
impl StructuralPartialEq for SolarisCappedCPU
Auto Trait Implementations§
impl Freeze for SolarisCappedCPU
impl RefUnwindSafe for SolarisCappedCPU
impl Send for SolarisCappedCPU
impl Sync for SolarisCappedCPU
impl Unpin for SolarisCappedCPU
impl UnwindSafe for SolarisCappedCPU
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,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)