pub struct GmsolCompetition;Expand description
Program type
Trait Implementations§
Source§impl Clone for GmsolCompetition
impl Clone for GmsolCompetition
Source§fn clone(&self) -> GmsolCompetition
fn clone(&self) -> GmsolCompetition
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GmsolCompetition
impl RefUnwindSafe for GmsolCompetition
impl Send for GmsolCompetition
impl Sync for GmsolCompetition
impl Unpin for GmsolCompetition
impl UnwindSafe for GmsolCompetition
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