pub struct PowerFailureEntry {
pub end_date: Tst,
pub duration: UnitValue<u64>,
}
Fields§
§end_date: Tst
§duration: UnitValue<u64>
Trait Implementations§
Source§impl Clone for PowerFailureEntry
impl Clone for PowerFailureEntry
Source§fn clone(&self) -> PowerFailureEntry
fn clone(&self) -> PowerFailureEntry
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 moreSource§impl Debug for PowerFailureEntry
impl Debug for PowerFailureEntry
Source§impl PartialEq for PowerFailureEntry
impl PartialEq for PowerFailureEntry
Source§impl PartialOrd for PowerFailureEntry
impl PartialOrd for PowerFailureEntry
impl StructuralPartialEq for PowerFailureEntry
Auto Trait Implementations§
impl Freeze for PowerFailureEntry
impl RefUnwindSafe for PowerFailureEntry
impl Send for PowerFailureEntry
impl Sync for PowerFailureEntry
impl Unpin for PowerFailureEntry
impl UnwindSafe for PowerFailureEntry
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