pub struct ProjectSysctl { /* private fields */ }Expand description
One effective mapping-form service sysctl with key and scalar-value provenance.
Implementations§
Source§impl ProjectSysctl
impl ProjectSysctl
Sourcepub const fn name(&self) -> &ProjectKey
pub const fn name(&self) -> &ProjectKey
Returns the exact sysctl name and every authored key location.
Sourcepub const fn value(&self) -> &ProjectValue<ComposeScalar>
pub const fn value(&self) -> &ProjectValue<ComposeScalar>
Returns the exact scalar kind and spelling with complete merge provenance.
Trait Implementations§
Source§impl Clone for ProjectSysctl
impl Clone for ProjectSysctl
Source§fn clone(&self) -> ProjectSysctl
fn clone(&self) -> ProjectSysctl
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 ProjectSysctl
impl Debug for ProjectSysctl
impl Eq for ProjectSysctl
Source§impl PartialEq for ProjectSysctl
impl PartialEq for ProjectSysctl
impl StructuralPartialEq for ProjectSysctl
Auto Trait Implementations§
impl Freeze for ProjectSysctl
impl RefUnwindSafe for ProjectSysctl
impl Send for ProjectSysctl
impl Sync for ProjectSysctl
impl Unpin for ProjectSysctl
impl UnsafeUnpin for ProjectSysctl
impl UnwindSafe for ProjectSysctl
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