Struct ach_pubsub::Publisher
source · [−]Implementations
Auto Trait Implementations
impl<T, const NT: usize, const NS: usize> !RefUnwindSafe for Publisher<T, NT, NS>
impl<T, const NT: usize, const NS: usize> Send for Publisher<T, NT, NS> where
T: Send,
impl<T, const NT: usize, const NS: usize> Sync for Publisher<T, NT, NS> where
T: Sync,
impl<T, const NT: usize, const NS: usize> Unpin for Publisher<T, NT, NS> where
T: Unpin,
impl<T, const NT: usize, const NS: usize> UnwindSafe for Publisher<T, NT, NS> 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