pub struct ProjectCounters { /* private fields */ }
Implementations§
Source§impl ProjectCounters
impl ProjectCounters
pub fn day<T>(self, value: T) -> Self
pub fn event_count<T>(self, value: T) -> Self
pub fn month<T>(self, value: T) -> Self
pub fn object<T>(self, value: T) -> Self
pub fn project_id<T>(self, value: T) -> Self
pub fn request_count<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ProjectCounters
impl Clone for ProjectCounters
Source§fn clone(&self) -> ProjectCounters
fn clone(&self) -> ProjectCounters
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 ProjectCounters
impl Debug for ProjectCounters
Source§impl Default for ProjectCounters
impl Default for ProjectCounters
Source§impl From<ProjectCounters> for ProjectCounters
impl From<ProjectCounters> for ProjectCounters
Source§fn from(value: ProjectCounters) -> Self
fn from(value: ProjectCounters) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ProjectCounters> for ProjectCounters
impl TryFrom<ProjectCounters> for ProjectCounters
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ProjectCounters) -> Result<Self, ConversionError>
fn try_from(value: ProjectCounters) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ProjectCounters
impl RefUnwindSafe for ProjectCounters
impl Send for ProjectCounters
impl Sync for ProjectCounters
impl Unpin for ProjectCounters
impl UnwindSafe for ProjectCounters
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