pub struct Guess {
pub value: u32,
}
Fields§
§value: u32
Implementations§
Auto Trait Implementations§
impl Freeze for Guess
impl RefUnwindSafe for Guess
impl Send for Guess
impl Sync for Guess
impl Unpin for Guess
impl UnwindSafe for Guess
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