struct Sample<'a> {
options: &'a Options,
binary: &'a Path,
label: &'a str,
round: usize,
length: usize,
config: &'a str,
prompt: &'a str,
}Fields§
§options: &'a Options§binary: &'a Path§label: &'a str§round: usize§length: usize§config: &'a str§prompt: &'a strImplementations§
Auto Trait Implementations§
impl<'a> Freeze for Sample<'a>
impl<'a> RefUnwindSafe for Sample<'a>
impl<'a> Send for Sample<'a>
impl<'a> Sync for Sample<'a>
impl<'a> Unpin for Sample<'a>
impl<'a> UnsafeUnpin for Sample<'a>
impl<'a> UnwindSafe for Sample<'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