pub struct Sysctls { /* private fields */ }Expand description
An explicitly authored service-level Compose sysctls value.
Implementations§
Source§impl Sysctls
impl Sysctls
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the exact span of the complete authored collection.
Sourcepub const fn form(&self) -> &SysctlsForm
pub const fn form(&self) -> &SysctlsForm
Returns the authored mapping or list form without coercion or normalization.
Trait Implementations§
impl Eq for Sysctls
impl StructuralPartialEq for Sysctls
Auto Trait Implementations§
impl Freeze for Sysctls
impl RefUnwindSafe for Sysctls
impl Send for Sysctls
impl Sync for Sysctls
impl Unpin for Sysctls
impl UnsafeUnpin for Sysctls
impl UnwindSafe for Sysctls
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