Struct srt_protocol::listener::NextInputContext
source · pub struct NextInputContext(/* private fields */);Implementations§
source§impl NextInputContext
impl NextInputContext
pub fn for_action(action: &Action<'_>) -> Self
pub fn input_from<T, E>(self, result: Result<T, E>) -> Input
Auto Trait Implementations§
impl RefUnwindSafe for NextInputContext
impl Send for NextInputContext
impl Sync for NextInputContext
impl Unpin for NextInputContext
impl UnwindSafe for NextInputContext
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