pub struct Uring { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uring
impl !RefUnwindSafe for Uring
impl !Send for Uring
impl !Sync for Uring
impl Unpin for Uring
impl !UnwindSafe for Uring
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