pub struct ReviewOptions {
pub status: String,
pub reason: String,
pub reviewer: String,
}Fields§
§status: String§reason: String§reviewer: StringTrait Implementations§
Source§impl Clone for ReviewOptions
impl Clone for ReviewOptions
Source§fn clone(&self) -> ReviewOptions
fn clone(&self) -> ReviewOptions
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 ReviewOptions
impl RefUnwindSafe for ReviewOptions
impl Send for ReviewOptions
impl Sync for ReviewOptions
impl Unpin for ReviewOptions
impl UnsafeUnpin for ReviewOptions
impl UnwindSafe for ReviewOptions
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