pub struct Bus<T: Clone> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Bus<T>
impl<T> RefUnwindSafe for Bus<T>
impl<T> Send for Bus<T>where
T: Send,
impl<T> Sync for Bus<T>where
T: Send,
impl<T> Unpin for Bus<T>
impl<T> UnwindSafe for Bus<T>
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