pub struct HourPeriod {
pub extensible: Extensible,
pub end_hour: Option<String>,
pub start_hour: Option<String>,
}Expand description
Hour Period
Fields§
§extensible: ExtensibleBase Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
end_hour: Option<String>The time when the status ends applying
start_hour: Option<String>The time when the status starts applying
Trait Implementations§
Source§impl Clone for HourPeriod
impl Clone for HourPeriod
Source§fn clone(&self) -> HourPeriod
fn clone(&self) -> HourPeriod
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HourPeriod
impl Debug for HourPeriod
Source§impl Default for HourPeriod
impl Default for HourPeriod
Source§fn default() -> HourPeriod
fn default() -> HourPeriod
Returns the “default value” for a type. Read more
Source§impl Deref for HourPeriod
impl Deref for HourPeriod
Source§impl DerefMut for HourPeriod
impl DerefMut for HourPeriod
Source§impl<'de> Deserialize<'de> for HourPeriod
impl<'de> Deserialize<'de> for HourPeriod
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 Display for HourPeriod
impl Display for HourPeriod
Auto Trait Implementations§
impl Freeze for HourPeriod
impl RefUnwindSafe for HourPeriod
impl Send for HourPeriod
impl Sync for HourPeriod
impl Unpin for HourPeriod
impl UnwindSafe for HourPeriod
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)