pub struct KernelReliability {
pub provider_recovery_attempts: Option<u8>,
pub output_recovery_attempts: Option<u8>,
pub max_input_bytes: Option<u32>,
}Expand description
Canonical recovery and input-bound overrides. Omitted fields retain core defaults.
Fields§
§provider_recovery_attempts: Option<u8>§output_recovery_attempts: Option<u8>§max_input_bytes: Option<u32>Trait Implementations§
Source§impl Clone for KernelReliability
impl Clone for KernelReliability
Source§fn clone(&self) -> KernelReliability
fn clone(&self) -> KernelReliability
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 KernelReliability
impl Debug for KernelReliability
Source§impl Default for KernelReliability
impl Default for KernelReliability
Source§fn default() -> KernelReliability
fn default() -> KernelReliability
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KernelReliability
impl RefUnwindSafe for KernelReliability
impl Send for KernelReliability
impl Sync for KernelReliability
impl Unpin for KernelReliability
impl UnsafeUnpin for KernelReliability
impl UnwindSafe for KernelReliability
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