pub struct ToTime {
pub type_field: String,
pub hour: String,
pub minute: String,
}
Fields§
§type_field: String
§hour: String
§minute: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ToTime
impl<'de> Deserialize<'de> for ToTime
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
impl StructuralPartialEq for ToTime
Auto Trait Implementations§
impl Freeze for ToTime
impl RefUnwindSafe for ToTime
impl Send for ToTime
impl Sync for ToTime
impl Unpin for ToTime
impl UnwindSafe for ToTime
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