pub enum Release {}
Trait Implementations
sourceimpl Protocol for Release
impl Protocol for Release
type ClientEndpoint = ()
type ProviderEndpoint = ()
fn create_endpoints(
) -> (<Release as Protocol>::ProviderEndpoint, <Release as Protocol>::ClientEndpoint)
fn forward(
_client_end: <Release as Protocol>::ClientEndpoint,
_provider_end: <Release as Protocol>::ProviderEndpoint
) -> Pin<Box<dyn Future<Output = ()> + Send + 'static, Global>>
type Applied = X
impl SealedProtocol for Release
Auto Trait Implementations
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnwindSafe for Release
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more