pub struct GetScore<'a> { /* private fields */ }Expand description
Get a Score struct.
Implementations§
Trait Implementations§
Source§impl IntoFuture for GetScore<'_>
impl IntoFuture for GetScore<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetScore<'a>
impl<'a> !RefUnwindSafe for GetScore<'a>
impl<'a> Send for GetScore<'a>
impl<'a> Sync for GetScore<'a>
impl<'a> Unpin for GetScore<'a>
impl<'a> !UnwindSafe for GetScore<'a>
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