Struct ferrite_session::internal::base::RecEndpoint
source · [−]pub struct RecEndpoint<F, C> {
pub applied: Box<dyn HasRecEndpoint<F, C>>,
}
Fields
applied: Box<dyn HasRecEndpoint<F, C>>
Auto Trait Implementations
impl<F, C> !RefUnwindSafe for RecEndpoint<F, C>
impl<F, C> Send for RecEndpoint<F, C>
impl<F, C> !Sync for RecEndpoint<F, C>
impl<F, C> Unpin for RecEndpoint<F, C>
impl<F, C> !UnwindSafe for RecEndpoint<F, C>
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