pub struct ProjectUlimit { /* private fields */ }Expand description
One ordered effective named ulimit.
Implementations§
Source§impl ProjectUlimit
impl ProjectUlimit
Sourcepub const fn name(&self) -> &ProjectKey
pub const fn name(&self) -> &ProjectKey
Returns the lowercase limit name and every authored key location.
Sourcepub const fn value(&self) -> &ProjectUlimitValue
pub const fn value(&self) -> &ProjectUlimitValue
Returns the effective single or soft/hard form.
Trait Implementations§
Source§impl Clone for ProjectUlimit
impl Clone for ProjectUlimit
Source§fn clone(&self) -> ProjectUlimit
fn clone(&self) -> ProjectUlimit
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 ProjectUlimit
impl Debug for ProjectUlimit
impl Eq for ProjectUlimit
Source§impl PartialEq for ProjectUlimit
impl PartialEq for ProjectUlimit
impl StructuralPartialEq for ProjectUlimit
Auto Trait Implementations§
impl Freeze for ProjectUlimit
impl RefUnwindSafe for ProjectUlimit
impl Send for ProjectUlimit
impl Sync for ProjectUlimit
impl Unpin for ProjectUlimit
impl UnsafeUnpin for ProjectUlimit
impl UnwindSafe for ProjectUlimit
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