pub struct ExecutionRecoveryPageLimit(/* private fields */);Expand description
Bounded number of execution operations returned by one recovery scan.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionRecoveryPageLimit
impl Clone for ExecutionRecoveryPageLimit
impl Copy for ExecutionRecoveryPageLimit
Source§impl Debug for ExecutionRecoveryPageLimit
impl Debug for ExecutionRecoveryPageLimit
Source§impl<'de> Deserialize<'de> for ExecutionRecoveryPageLimit
impl<'de> Deserialize<'de> for ExecutionRecoveryPageLimit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExecutionRecoveryPageLimit
Source§impl From<ExecutionRecoveryPageLimit> for u16
impl From<ExecutionRecoveryPageLimit> for u16
Source§fn from(value: ExecutionRecoveryPageLimit) -> Self
fn from(value: ExecutionRecoveryPageLimit) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for ExecutionRecoveryPageLimit
Auto Trait Implementations§
impl Freeze for ExecutionRecoveryPageLimit
impl RefUnwindSafe for ExecutionRecoveryPageLimit
impl Send for ExecutionRecoveryPageLimit
impl Sync for ExecutionRecoveryPageLimit
impl Unpin for ExecutionRecoveryPageLimit
impl UnsafeUnpin for ExecutionRecoveryPageLimit
impl UnwindSafe for ExecutionRecoveryPageLimit
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