pub struct PartisanGamer<S, F, G, L, R>{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<S, F, G, L, R> PartisanGame for PartisanGamer<S, F, G, L, R>
impl<S, F, G, L, R> PartisanGame for PartisanGamer<S, F, G, L, R>
Auto Trait Implementations§
impl<S, F, G, L, R> Freeze for PartisanGamer<S, F, G, L, R>
impl<S, F, G, L, R> RefUnwindSafe for PartisanGamer<S, F, G, L, R>where
F: RefUnwindSafe,
G: RefUnwindSafe,
impl<S, F, G, L, R> Send for PartisanGamer<S, F, G, L, R>
impl<S, F, G, L, R> Sync for PartisanGamer<S, F, G, L, R>
impl<S, F, G, L, R> Unpin for PartisanGamer<S, F, G, L, R>
impl<S, F, G, L, R> UnwindSafe for PartisanGamer<S, F, G, L, R>where
F: UnwindSafe,
G: UnwindSafe,
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