Struct stomp_parser::error::StompParseError
source · pub struct StompParseError { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for StompParseError
impl Debug for StompParseError
Auto Trait Implementations§
impl RefUnwindSafe for StompParseError
impl Send for StompParseError
impl Sync for StompParseError
impl Unpin for StompParseError
impl UnwindSafe for StompParseError
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