pub struct Period2 {
pub fr_dt: String,
pub to_dt: String,
}Fields§
§fr_dt: String§to_dt: StringImplementations§
Auto Trait Implementations§
impl Freeze for Period2
impl RefUnwindSafe for Period2
impl Send for Period2
impl Sync for Period2
impl Unpin for Period2
impl UnwindSafe for Period2
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