Struct opening_hours_syntax::rules::time::VariableTime
source · pub struct VariableTime {
pub event: TimeEvent,
pub offset: i16,
}Fields§
§event: TimeEvent§offset: i16Trait Implementations§
source§impl Clone for VariableTime
impl Clone for VariableTime
source§fn clone(&self) -> VariableTime
fn clone(&self) -> VariableTime
Returns a copy 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 VariableTime
impl Debug for VariableTime
impl Copy for VariableTime
Auto Trait Implementations§
impl RefUnwindSafe for VariableTime
impl Send for VariableTime
impl Sync for VariableTime
impl Unpin for VariableTime
impl UnwindSafe for VariableTime
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