pub struct TimePeriodDetails1 {
pub fr_tm: String,
pub to_tm: Option<String>,
}Fields§
§fr_tm: String§to_tm: Option<String>Implementations§
Source§impl TimePeriodDetails1
impl TimePeriodDetails1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TimePeriodDetails1
impl RefUnwindSafe for TimePeriodDetails1
impl Send for TimePeriodDetails1
impl Sync for TimePeriodDetails1
impl Unpin for TimePeriodDetails1
impl UnwindSafe for TimePeriodDetails1
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