pub enum StatsDateRangeDays {
StatsDateRangeDays(StatsDateRangeDays),
}Expand description
Variants§
StatsDateRangeDays(StatsDateRangeDays)
Trait Implementations§
Source§impl Clone for StatsDateRangeDays
impl Clone for StatsDateRangeDays
Source§fn clone(&self) -> StatsDateRangeDays
fn clone(&self) -> StatsDateRangeDays
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 StatsDateRangeDays
impl Debug for StatsDateRangeDays
Source§impl Deserializable for StatsDateRangeDays
impl Deserializable for StatsDateRangeDays
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<StatsDateRangeDays> for StatsDateRangeDays
impl From<StatsDateRangeDays> for StatsDateRangeDays
Source§fn from(x: StatsDateRangeDays) -> Self
fn from(x: StatsDateRangeDays) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StatsDateRangeDays
impl PartialEq for StatsDateRangeDays
Source§impl Serializable for StatsDateRangeDays
impl Serializable for StatsDateRangeDays
Source§impl TryFrom<StatsDateRangeDays> for StatsDateRangeDays
impl TryFrom<StatsDateRangeDays> for StatsDateRangeDays
Source§type Error = StatsDateRangeDays
type Error = StatsDateRangeDays
The type returned in the event of a conversion error.
impl StructuralPartialEq for StatsDateRangeDays
Auto Trait Implementations§
impl Freeze for StatsDateRangeDays
impl RefUnwindSafe for StatsDateRangeDays
impl Send for StatsDateRangeDays
impl Sync for StatsDateRangeDays
impl Unpin for StatsDateRangeDays
impl UnsafeUnpin for StatsDateRangeDays
impl UnwindSafe for StatsDateRangeDays
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