pub struct ErasureBlockInformationInquiry {}
Expand description
Requests information about the indivisible units of memory which support erasure operations
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErasureBlockInformationInquiry
impl RefUnwindSafe for ErasureBlockInformationInquiry
impl Send for ErasureBlockInformationInquiry
impl Sync for ErasureBlockInformationInquiry
impl Unpin for ErasureBlockInformationInquiry
impl UnwindSafe for ErasureBlockInformationInquiry
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