pub struct SystemCollection<B: Bmc> { /* private fields */ }Expand description
Computer system collection.
Provides functions to access collection members.
Implementations§
Auto Trait Implementations§
impl<B> Freeze for SystemCollection<B>
impl<B> !RefUnwindSafe for SystemCollection<B>
impl<B> Send for SystemCollection<B>
impl<B> Sync for SystemCollection<B>
impl<B> Unpin for SystemCollection<B>
impl<B> UnsafeUnpin for SystemCollection<B>
impl<B> !UnwindSafe for SystemCollection<B>
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