Enum ferrite_session::prelude::Release  
source · [−]pub enum Release {}Trait Implementations
sourceimpl Protocol for Release
 
impl Protocol for Release
type ClientEndpoint = ()
type ProviderEndpoint = ()
fn create_endpoints() -> (Self::ProviderEndpoint, Self::ClientEndpoint)
fn forward(
    _client_end: Self::ClientEndpoint, 
    _provider_end: Self::ProviderEndpoint
) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>
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