pub struct OpQueryWrite<T: ?Sized> {
pub fd: usize,
/* private fields */
}
Fields§
§fd: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for OpQueryWrite<T>where
T: ?Sized,
impl<T> RefUnwindSafe for OpQueryWrite<T>where
T: RefUnwindSafe + ?Sized,
impl<T> !Send for OpQueryWrite<T>
impl<T> !Sync for OpQueryWrite<T>
impl<T> Unpin for OpQueryWrite<T>where
T: ?Sized,
impl<T> UnwindSafe for OpQueryWrite<T>where
T: RefUnwindSafe + ?Sized,
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