pub struct ProjectUlimitScalar { /* private fields */ }Expand description
One effective ulimit scalar with authored spelling and YAML scalar kind retained.
Implementations§
Source§impl ProjectUlimitScalar
impl ProjectUlimitScalar
Returns the exact authored scalar spelling before optional interpolation.
Sourcepub const fn value(&self) -> &LimitValue
pub const fn value(&self) -> &LimitValue
Returns the classified effective spelling after optional interpolation.
Sourcepub const fn kind(&self) -> MergedScalarKind
pub const fn kind(&self) -> MergedScalarKind
Returns whether the authored YAML scalar was a string or number.
Trait Implementations§
Source§impl Clone for ProjectUlimitScalar
impl Clone for ProjectUlimitScalar
Source§fn clone(&self) -> ProjectUlimitScalar
fn clone(&self) -> ProjectUlimitScalar
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 ProjectUlimitScalar
impl Debug for ProjectUlimitScalar
impl Eq for ProjectUlimitScalar
Source§impl PartialEq for ProjectUlimitScalar
impl PartialEq for ProjectUlimitScalar
impl StructuralPartialEq for ProjectUlimitScalar
Auto Trait Implementations§
impl Freeze for ProjectUlimitScalar
impl RefUnwindSafe for ProjectUlimitScalar
impl Send for ProjectUlimitScalar
impl Sync for ProjectUlimitScalar
impl Unpin for ProjectUlimitScalar
impl UnsafeUnpin for ProjectUlimitScalar
impl UnwindSafe for ProjectUlimitScalar
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