pub struct GetRetentionTaskLogParams {
pub id: i64,
pub eid: i64,
pub tid: i64,
pub x_request_id: Option<String>,
}Expand description
struct for passing parameters to the method get_retention_task_log
Fields§
§id: i64Retention ID.
eid: i64Retention execution ID.
tid: i64Retention execution ID.
x_request_id: Option<String>An unique ID for the request
Trait Implementations§
Source§impl Clone for GetRetentionTaskLogParams
impl Clone for GetRetentionTaskLogParams
Source§fn clone(&self) -> GetRetentionTaskLogParams
fn clone(&self) -> GetRetentionTaskLogParams
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 moreAuto Trait Implementations§
impl Freeze for GetRetentionTaskLogParams
impl RefUnwindSafe for GetRetentionTaskLogParams
impl Send for GetRetentionTaskLogParams
impl Sync for GetRetentionTaskLogParams
impl Unpin for GetRetentionTaskLogParams
impl UnwindSafe for GetRetentionTaskLogParams
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