pub struct TimeBeforePeriod {
pub before_period: TimePeriodRange,
}
Fields§
§before_period: TimePeriodRange
Trait Implementations§
Source§impl Clone for TimeBeforePeriod
impl Clone for TimeBeforePeriod
Source§fn clone(&self) -> TimeBeforePeriod
fn clone(&self) -> TimeBeforePeriod
Returns a copy 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 TimeBeforePeriod
impl Debug for TimeBeforePeriod
Source§impl Default for TimeBeforePeriod
impl Default for TimeBeforePeriod
Source§fn default() -> TimeBeforePeriod
fn default() -> TimeBeforePeriod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TimeBeforePeriod
impl<'de> Deserialize<'de> for TimeBeforePeriod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TimeBeforePeriod
impl PartialEq for TimeBeforePeriod
Source§impl Serialize for TimeBeforePeriod
impl Serialize for TimeBeforePeriod
impl Eq for TimeBeforePeriod
impl StructuralPartialEq for TimeBeforePeriod
Auto Trait Implementations§
impl Freeze for TimeBeforePeriod
impl RefUnwindSafe for TimeBeforePeriod
impl Send for TimeBeforePeriod
impl Sync for TimeBeforePeriod
impl Unpin for TimeBeforePeriod
impl UnwindSafe for TimeBeforePeriod
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