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 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 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 Freeze for GetOriginInspectorLastSecondParams
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