pub struct BlkdebugInjectErrorOptions {
pub errno: Option<i64>,
pub immediately: Option<bool>,
pub iotype: Option<BlkdebugIOType>,
pub once: Option<bool>,
pub sector: Option<i64>,
pub state: Option<i64>,
pub event: BlkdebugEvent,
}
Fields§
§errno: Option<i64>
§immediately: Option<bool>
§iotype: Option<BlkdebugIOType>
§once: Option<bool>
§sector: Option<i64>
§state: Option<i64>
§event: BlkdebugEvent
Trait Implementations§
Source§impl Clone for BlkdebugInjectErrorOptions
impl Clone for BlkdebugInjectErrorOptions
Source§fn clone(&self) -> BlkdebugInjectErrorOptions
fn clone(&self) -> BlkdebugInjectErrorOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 BlkdebugInjectErrorOptions
impl Debug for BlkdebugInjectErrorOptions
Source§impl<'de> Deserialize<'de> for BlkdebugInjectErrorOptions
impl<'de> Deserialize<'de> for BlkdebugInjectErrorOptions
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
Auto Trait Implementations§
impl Freeze for BlkdebugInjectErrorOptions
impl RefUnwindSafe for BlkdebugInjectErrorOptions
impl Send for BlkdebugInjectErrorOptions
impl Sync for BlkdebugInjectErrorOptions
impl Unpin for BlkdebugInjectErrorOptions
impl UnwindSafe for BlkdebugInjectErrorOptions
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