pub enum RebaselineReason {
Requested,
}Expand description
Reason a materialized output was rebaselined.
Variants§
Requested
The host explicitly requested a rebaseline.
Trait Implementations§
Source§impl Clone for RebaselineReason
impl Clone for RebaselineReason
Source§fn clone(&self) -> RebaselineReason
fn clone(&self) -> RebaselineReason
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 moreimpl Copy for RebaselineReason
Source§impl Debug for RebaselineReason
impl Debug for RebaselineReason
impl Eq for RebaselineReason
Source§impl PartialEq for RebaselineReason
impl PartialEq for RebaselineReason
Source§fn eq(&self, other: &RebaselineReason) -> bool
fn eq(&self, other: &RebaselineReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RebaselineReason
Auto Trait Implementations§
impl Freeze for RebaselineReason
impl RefUnwindSafe for RebaselineReason
impl Send for RebaselineReason
impl Sync for RebaselineReason
impl Unpin for RebaselineReason
impl UnsafeUnpin for RebaselineReason
impl UnwindSafe for RebaselineReason
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