Struct fastly_api::apis::realtime_api::GetStatsLastSecondParams
source · pub struct GetStatsLastSecondParams {
pub service_id: String,
pub timestamp_in_seconds: i32,
}
Expand description
struct for passing parameters to the method get_stats_last_second
Fields§
§service_id: String
Alphanumeric string identifying the service.
timestamp_in_seconds: i32
Timestamp in seconds (Unix epoch time).
Trait Implementations§
source§impl Clone for GetStatsLastSecondParams
impl Clone for GetStatsLastSecondParams
source§fn clone(&self) -> GetStatsLastSecondParams
fn clone(&self) -> GetStatsLastSecondParams
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 GetStatsLastSecondParams
impl Debug for GetStatsLastSecondParams
source§impl Default for GetStatsLastSecondParams
impl Default for GetStatsLastSecondParams
source§fn default() -> GetStatsLastSecondParams
fn default() -> GetStatsLastSecondParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetStatsLastSecondParams
impl Send for GetStatsLastSecondParams
impl Sync for GetStatsLastSecondParams
impl Unpin for GetStatsLastSecondParams
impl UnwindSafe for GetStatsLastSecondParams
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