Enum selium_server::topic::Sender
source · pub enum Sender<T, E> {
Pubsub(Sender<Socket<T, E>>),
ReqRep(Sender<Socket<E>>),
}Variants§
Implementations§
Auto Trait Implementations§
impl<T, E> !RefUnwindSafe for Sender<T, E>
impl<T, E> Send for Sender<T, E>
impl<T, E> Sync for Sender<T, E>
impl<T, E> Unpin for Sender<T, E>
impl<T, E> !UnwindSafe for Sender<T, E>
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