pub struct ReplyMatcher { /* private fields */ }Implementations§
Source§impl ReplyMatcher
impl ReplyMatcher
Auto Trait Implementations§
impl !RefUnwindSafe for ReplyMatcher
impl !UnwindSafe for ReplyMatcher
impl Freeze for ReplyMatcher
impl Send for ReplyMatcher
impl Sync for ReplyMatcher
impl Unpin for ReplyMatcher
impl UnsafeUnpin for ReplyMatcher
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