Struct ach_pubsub::Subscriber
source · [−]pub struct Subscriber<T, const N: usize>(_);Implementations
sourceimpl<T, const N: usize> Subscriber<T, N>
impl<T, const N: usize> Subscriber<T, N>
Auto Trait Implementations
impl<T, const N: usize> !RefUnwindSafe for Subscriber<T, N>
impl<T, const N: usize> Send for Subscriber<T, N> where
T: Send,
impl<T, const N: usize> Sync for Subscriber<T, N> where
T: Sync,
impl<T, const N: usize> Unpin for Subscriber<T, N> where
T: Unpin,
impl<T, const N: usize> UnwindSafe for Subscriber<T, N> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more