Struct easyfix_session::application::Responder
source · pub struct Responder { /* private fields */ }Implementations§
source§impl Responder
impl Responder
pub fn do_not_send(&mut self)
pub fn change_to_gap_fill(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Responder
impl Send for Responder
impl Sync for Responder
impl Unpin for Responder
impl !UnwindSafe for Responder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more