pub struct Ulimits {
pub nproc: u16,
pub nofile: Nofile,
}
Fields§
§nproc: u16
§nofile: Nofile
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ulimits
impl<'de> Deserialize<'de> for Ulimits
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
Auto Trait Implementations§
impl Freeze for Ulimits
impl RefUnwindSafe for Ulimits
impl Send for Ulimits
impl Sync for Ulimits
impl Unpin for Ulimits
impl UnwindSafe for Ulimits
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