pub struct GetDomainInspectorLastSecondParams {
pub service_id: String,
pub start_timestamp: i32,
}
Expand description
struct for passing parameters to the method get_domain_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 GetDomainInspectorLastSecondParams
impl Clone for GetDomainInspectorLastSecondParams
Source§fn clone(&self) -> GetDomainInspectorLastSecondParams
fn clone(&self) -> GetDomainInspectorLastSecondParams
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 GetDomainInspectorLastSecondParams
impl Default for GetDomainInspectorLastSecondParams
Source§fn default() -> GetDomainInspectorLastSecondParams
fn default() -> GetDomainInspectorLastSecondParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetDomainInspectorLastSecondParams
impl RefUnwindSafe for GetDomainInspectorLastSecondParams
impl Send for GetDomainInspectorLastSecondParams
impl Sync for GetDomainInspectorLastSecondParams
impl Unpin for GetDomainInspectorLastSecondParams
impl UnwindSafe for GetDomainInspectorLastSecondParams
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