pub enum MessageTypes {
Request,
Response,
Notification,
Error,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageTypes
impl RefUnwindSafe for MessageTypes
impl Send for MessageTypes
impl Sync for MessageTypes
impl Unpin for MessageTypes
impl UnwindSafe for MessageTypes
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