Struct sep2_common::packages::types::OneHourRangeType
source · pub struct OneHourRangeType(/* private fields */);
Expand description
A signed time offset, typically applied to a Time value, expressed in seconds, with range −3600 to 3600
Implementations§
Trait Implementations§
source§impl Clone for OneHourRangeType
impl Clone for OneHourRangeType
source§fn clone(&self) -> OneHourRangeType
fn clone(&self) -> OneHourRangeType
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 OneHourRangeType
impl Debug for OneHourRangeType
source§impl Default for OneHourRangeType
impl Default for OneHourRangeType
source§fn default() -> OneHourRangeType
fn default() -> OneHourRangeType
Returns the “default value” for a type. Read more
source§impl Display for OneHourRangeType
impl Display for OneHourRangeType
source§impl FromStr for OneHourRangeType
impl FromStr for OneHourRangeType
source§impl PartialEq<OneHourRangeType> for OneHourRangeType
impl PartialEq<OneHourRangeType> for OneHourRangeType
source§fn eq(&self, other: &OneHourRangeType) -> bool
fn eq(&self, other: &OneHourRangeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for OneHourRangeType
impl YaDeserialize for OneHourRangeType
source§impl YaSerialize for OneHourRangeType
impl YaSerialize for OneHourRangeType
impl Copy for OneHourRangeType
impl Eq for OneHourRangeType
impl StructuralEq for OneHourRangeType
impl StructuralPartialEq for OneHourRangeType
Auto Trait Implementations§
impl RefUnwindSafe for OneHourRangeType
impl Send for OneHourRangeType
impl Sync for OneHourRangeType
impl Unpin for OneHourRangeType
impl UnwindSafe for OneHourRangeType
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