pub struct FlushReq {
pub file_id: FileId,
}Expand description
FLUSH request body (§2.2.17): StructureSize(2)=24 Reserved(2) FileId(16).
Fields§
§file_id: FileIdHandle to flush.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlushReq
impl RefUnwindSafe for FlushReq
impl Send for FlushReq
impl Sync for FlushReq
impl Unpin for FlushReq
impl UnsafeUnpin for FlushReq
impl UnwindSafe for FlushReq
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