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