pub struct ActiveHours {
pub start: String,
pub end: String,
}Fields§
§start: String§end: StringTrait Implementations§
Source§impl Clone for ActiveHours
impl Clone for ActiveHours
Source§fn clone(&self) -> ActiveHours
fn clone(&self) -> ActiveHours
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActiveHours
impl Debug for ActiveHours
Source§impl<'de> Deserialize<'de> for ActiveHours
impl<'de> Deserialize<'de> for ActiveHours
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 PartialEq for ActiveHours
impl PartialEq for ActiveHours
Source§fn eq(&self, other: &ActiveHours) -> bool
fn eq(&self, other: &ActiveHours) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActiveHours
impl Serialize for ActiveHours
impl StructuralPartialEq for ActiveHours
Auto Trait Implementations§
impl Freeze for ActiveHours
impl RefUnwindSafe for ActiveHours
impl Send for ActiveHours
impl Sync for ActiveHours
impl Unpin for ActiveHours
impl UnsafeUnpin for ActiveHours
impl UnwindSafe for ActiveHours
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