Struct ferrite_session::internal::base::ProviderEndpointF
source · [−]pub struct ProviderEndpointF;
Trait Implementations
sourceimpl<'a, A: Protocol> TypeApp<'a, A> for ProviderEndpointF
impl<'a, A: Protocol> TypeApp<'a, A> for ProviderEndpointF
type Applied = A::ProviderEndpoint
impl TyCon for ProviderEndpointF
Auto Trait Implementations
impl RefUnwindSafe for ProviderEndpointF
impl Send for ProviderEndpointF
impl Sync for ProviderEndpointF
impl Unpin for ProviderEndpointF
impl UnwindSafe for ProviderEndpointF
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