pub struct PriorityAdjustment {
pub new_threshold: Priority,
pub reason: String,
pub impact: String,
}
Expand description
Priority adjustment recommendation
Fields§
§new_threshold: Priority
§reason: String
§impact: String
Trait Implementations§
Source§impl Clone for PriorityAdjustment
impl Clone for PriorityAdjustment
Source§fn clone(&self) -> PriorityAdjustment
fn clone(&self) -> PriorityAdjustment
Returns a duplicate of the value. Read more
1.0.0 · 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 PriorityAdjustment
impl RefUnwindSafe for PriorityAdjustment
impl Send for PriorityAdjustment
impl Sync for PriorityAdjustment
impl Unpin for PriorityAdjustment
impl UnwindSafe for PriorityAdjustment
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