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