pub struct MctsId(/* private fields */);Expand description
A unique, strongly-typed identifier representing a specific Engine instance
within the MctsBatch manager.
Trait Implementations§
impl Copy for MctsId
impl Eq for MctsId
impl StructuralPartialEq for MctsId
Auto Trait Implementations§
impl Freeze for MctsId
impl RefUnwindSafe for MctsId
impl Send for MctsId
impl Sync for MctsId
impl Unpin for MctsId
impl UnsafeUnpin for MctsId
impl UnwindSafe for MctsId
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