pub struct CloseReq {
pub query_attrs: bool,
pub file_id: FileId,
}Expand description
CLOSE request body (§2.2.15).
Fields§
§query_attrs: boolTrue when the client wants post-close attributes in the reply.
file_id: FileIdHandle to close.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloseReq
impl RefUnwindSafe for CloseReq
impl Send for CloseReq
impl Sync for CloseReq
impl Unpin for CloseReq
impl UnsafeUnpin for CloseReq
impl UnwindSafe for CloseReq
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