Struct decthings_api::rpc::persistent_launcher::GetSysinfoParams
source · pub struct GetSysinfoParams<'a> {
pub persistent_launcher_id: &'a str,
pub from_timestamp: Option<i64>,
}
Fields§
§persistent_launcher_id: &'a str
The persistent launcher’s id.
from_timestamp: Option<i64>
If specified, only data points after this time are included.
Trait Implementations§
source§impl<'a> Clone for GetSysinfoParams<'a>
impl<'a> Clone for GetSysinfoParams<'a>
source§fn clone(&self) -> GetSysinfoParams<'a>
fn clone(&self) -> GetSysinfoParams<'a>
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<'a> Debug for GetSysinfoParams<'a>
impl<'a> Debug for GetSysinfoParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetSysinfoParams<'a>
impl<'a> RefUnwindSafe for GetSysinfoParams<'a>
impl<'a> Send for GetSysinfoParams<'a>
impl<'a> Sync for GetSysinfoParams<'a>
impl<'a> Unpin for GetSysinfoParams<'a>
impl<'a> UnwindSafe for GetSysinfoParams<'a>
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