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