pub enum ErrorSyntaxProtocolEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorSyntaxProtocolEvent
impl RefUnwindSafe for ErrorSyntaxProtocolEvent
impl Send for ErrorSyntaxProtocolEvent
impl Sync for ErrorSyntaxProtocolEvent
impl Unpin for ErrorSyntaxProtocolEvent
impl UnwindSafe for ErrorSyntaxProtocolEvent
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