pub struct RawIoConnection<T: 'static + File> { /* private fields */ }
Implementations§
Source§impl<T: 'static + File + RawFileIoConnection> RawIoConnection<T>
impl<T: 'static + File + RawFileIoConnection> RawIoConnection<T>
pub fn create( scope: ExecutionScope, file: Arc<T>, protocols: impl ProtocolsExt, object_request: ObjectRequestRef<'_>, ) -> Result<impl Future<Output = ()>, Status>
Trait Implementations§
Source§impl<T: 'static + File> Deref for RawIoConnection<T>
impl<T: 'static + File> Deref for RawIoConnection<T>
Auto Trait Implementations§
impl<T> Freeze for RawIoConnection<T>
impl<T> RefUnwindSafe for RawIoConnection<T>where
T: RefUnwindSafe,
impl<T> Send for RawIoConnection<T>
impl<T> Sync for RawIoConnection<T>
impl<T> Unpin for RawIoConnection<T>
impl<T> UnwindSafe for RawIoConnection<T>where
T: RefUnwindSafe,
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