Struct MulticastContext
pub struct MulticastContext<E: Debug> {
pub id: u64,
pub cache: Arc<Mutex<Option<Box<dyn Any + Send + Sync + 'static>>>>,
/* private fields */
}Fields§
§id: u64§cache: Arc<Mutex<Option<Box<dyn Any + Send + Sync + 'static>>>>Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for MulticastContext<E>
impl<E> !RefUnwindSafe for MulticastContext<E>
impl<E> Send for MulticastContext<E>where
E: Send,
impl<E> Sync for MulticastContext<E>where
E: Send,
impl<E> Unpin for MulticastContext<E>
impl<E> !UnwindSafe for MulticastContext<E>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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