pub struct Timescale {
pub factor: u32,
pub unit: TimescaleUnit,
}Fields§
§factor: u32§unit: TimescaleUnitImplementations§
Trait Implementations§
source§impl PartialEq for Timescale
impl PartialEq for Timescale
impl Copy for Timescale
impl StructuralPartialEq for Timescale
Auto Trait Implementations§
impl RefUnwindSafe for Timescale
impl Send for Timescale
impl Sync for Timescale
impl Unpin for Timescale
impl UnwindSafe for Timescale
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