pub struct OpenResponse { /* private fields */ }Expand description
Response data from async open-style operations.
Implementations§
Source§impl OpenResponse
impl OpenResponse
Sourcepub fn new(fh: FileHandle, flags: FopenFlags) -> Self
pub fn new(fh: FileHandle, flags: FopenFlags) -> Self
Creates a new OpenResponse.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenResponse
impl RefUnwindSafe for OpenResponse
impl Send for OpenResponse
impl Sync for OpenResponse
impl Unpin for OpenResponse
impl UnsafeUnpin for OpenResponse
impl UnwindSafe for OpenResponse
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