pub enum Sendable {
Response(Response),
Event(Event),
ReverseRequest(ReverseRequest),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sendable
impl RefUnwindSafe for Sendable
impl Send for Sendable
impl Sync for Sendable
impl Unpin for Sendable
impl UnsafeUnpin for Sendable
impl UnwindSafe for Sendable
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