pub struct CoolerPolicyTable {
pub policy: CoolerPolicy,
pub levels: Vec<CoolerPolicyLevel>,
}Fields§
§policy: CoolerPolicy§levels: Vec<CoolerPolicyLevel>Trait Implementations§
Source§impl Clone for CoolerPolicyTable
impl Clone for CoolerPolicyTable
Source§fn clone(&self) -> CoolerPolicyTable
fn clone(&self) -> CoolerPolicyTable
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 CoolerPolicyTable
impl RefUnwindSafe for CoolerPolicyTable
impl Send for CoolerPolicyTable
impl Sync for CoolerPolicyTable
impl Unpin for CoolerPolicyTable
impl UnwindSafe for CoolerPolicyTable
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