pub struct AnalyticsPeriod {
pub period: Option<String>,
pub workspace_id: Option<String>,
}Fields§
§period: Option<String>§workspace_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for AnalyticsPeriod
impl Clone for AnalyticsPeriod
Source§fn clone(&self) -> AnalyticsPeriod
fn clone(&self) -> AnalyticsPeriod
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 AnalyticsPeriod
impl Debug for AnalyticsPeriod
Source§impl Default for AnalyticsPeriod
impl Default for AnalyticsPeriod
Source§fn default() -> AnalyticsPeriod
fn default() -> AnalyticsPeriod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnalyticsPeriod
impl RefUnwindSafe for AnalyticsPeriod
impl Send for AnalyticsPeriod
impl Sync for AnalyticsPeriod
impl Unpin for AnalyticsPeriod
impl UnsafeUnpin for AnalyticsPeriod
impl UnwindSafe for AnalyticsPeriod
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