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