pub struct Solaris {
pub anet: Option<Vec<Anet>>,
pub capped_cpu: Option<CappedCpu>,
pub capped_memory: Option<CappedMemory>,
pub limitpriv: Option<String>,
pub max_shm_memory: Option<String>,
pub milestone: Option<String>,
}
Expand description
Solaris platform-specific configurations
Fields§
§anet: Option<Vec<Anet>>
§capped_cpu: Option<CappedCpu>
§capped_memory: Option<CappedMemory>
§limitpriv: Option<String>
§max_shm_memory: Option<String>
§milestone: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Solaris
impl<'de> Deserialize<'de> for Solaris
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
impl StructuralPartialEq for Solaris
Auto Trait Implementations§
impl Freeze for Solaris
impl RefUnwindSafe for Solaris
impl Send for Solaris
impl Sync for Solaris
impl Unpin for Solaris
impl UnwindSafe for Solaris
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