pub struct ReviewSignal {
pub kind: ReviewSignalKind,
pub anchor: SignalAnchor,
pub reason: String,
pub producer: ProducerId,
pub computed_at: Option<i64>,
pub visibility: ReviewSignalVisibility,
}Fields§
§kind: ReviewSignalKind§anchor: SignalAnchor§reason: String§producer: ProducerId§computed_at: Option<i64>§visibility: ReviewSignalVisibilityTrait Implementations§
Source§impl Clone for ReviewSignal
impl Clone for ReviewSignal
Source§fn clone(&self) -> ReviewSignal
fn clone(&self) -> ReviewSignal
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 moreSource§impl Debug for ReviewSignal
impl Debug for ReviewSignal
impl Eq for ReviewSignal
Source§impl PartialEq for ReviewSignal
impl PartialEq for ReviewSignal
impl StructuralPartialEq for ReviewSignal
Auto Trait Implementations§
impl Freeze for ReviewSignal
impl RefUnwindSafe for ReviewSignal
impl Send for ReviewSignal
impl Sync for ReviewSignal
impl Unpin for ReviewSignal
impl UnsafeUnpin for ReviewSignal
impl UnwindSafe for ReviewSignal
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