pub struct NowOptions {
pub cost_period: Period,
pub group_by: GroupBy,
}Fields§
§cost_period: Period§group_by: GroupByTrait Implementations§
Source§impl Clone for NowOptions
impl Clone for NowOptions
Source§fn clone(&self) -> NowOptions
fn clone(&self) -> NowOptions
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 NowOptions
impl Debug for NowOptions
Source§impl Default for NowOptions
impl Default for NowOptions
Source§impl<'de> Deserialize<'de> for NowOptions
impl<'de> Deserialize<'de> for NowOptions
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
impl Eq for NowOptions
Source§impl PartialEq for NowOptions
impl PartialEq for NowOptions
Source§fn eq(&self, other: &NowOptions) -> bool
fn eq(&self, other: &NowOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NowOptions
impl Serialize for NowOptions
impl StructuralPartialEq for NowOptions
Auto Trait Implementations§
impl Freeze for NowOptions
impl RefUnwindSafe for NowOptions
impl Send for NowOptions
impl Sync for NowOptions
impl Unpin for NowOptions
impl UnsafeUnpin for NowOptions
impl UnwindSafe for NowOptions
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