pub struct TimePicker {
pub collapse: Option<bool>,
pub enable: Option<bool>,
pub notice: Option<bool>,
pub now: Option<bool>,
pub refresh_intervals: Option<Vec<String>>,
pub status: Option<String>,
pub type: Option<String>,
}
Fields§
§collapse: Option<bool>
§enable: Option<bool>
§notice: Option<bool>
§now: Option<bool>
§refresh_intervals: Option<Vec<String>>
§status: Option<String>
§type: Option<String>
Trait Implementations§
Source§impl Clone for TimePicker
impl Clone for TimePicker
Source§fn clone(&self) -> TimePicker
fn clone(&self) -> TimePicker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TimePicker
impl Debug for TimePicker
Source§impl<'de> Deserialize<'de> for TimePicker
impl<'de> Deserialize<'de> for TimePicker
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
Auto Trait Implementations§
impl Freeze for TimePicker
impl RefUnwindSafe for TimePicker
impl Send for TimePicker
impl Sync for TimePicker
impl Unpin for TimePicker
impl UnwindSafe for TimePicker
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