pub struct BusConfig {
pub name: &'static str,
pub channels: ChannelConfig,
}Fields§
§name: &'static str§channels: ChannelConfigTrait Implementations§
Auto Trait Implementations§
impl Freeze for BusConfig
impl RefUnwindSafe for BusConfig
impl Send for BusConfig
impl Sync for BusConfig
impl Unpin for BusConfig
impl UnsafeUnpin for BusConfig
impl UnwindSafe for BusConfig
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