pub struct System<C> {
pub config: Arc<C>,
/* private fields */
}
Fields§
§config: Arc<C>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for System<C>
impl<C> !RefUnwindSafe for System<C>
impl<C> Send for System<C>
impl<C> Sync for System<C>
impl<C> Unpin for System<C>
impl<C> !UnwindSafe for System<C>
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