pub struct RecordOptions {
pub repo_root: PathBuf,
pub round: u32,
pub kind: ReviewerKind,
pub name: String,
pub reviewer: String,
}Fields§
§repo_root: PathBuf§round: u32§kind: ReviewerKind§name: String§reviewer: StringTrait Implementations§
Source§impl Clone for RecordOptions
impl Clone for RecordOptions
Source§fn clone(&self) -> RecordOptions
fn clone(&self) -> RecordOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RecordOptions
impl RefUnwindSafe for RecordOptions
impl Send for RecordOptions
impl Sync for RecordOptions
impl Unpin for RecordOptions
impl UnsafeUnpin for RecordOptions
impl UnwindSafe for RecordOptions
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