pub struct GetReplicationLogParams {
pub id: i64,
pub task_id: i64,
pub x_request_id: Option<String>,
}Expand description
struct for passing parameters to the method get_replication_log
Fields§
§id: i64The ID of the execution that the tasks belongs to.
task_id: i64The ID of the task.
x_request_id: Option<String>An unique ID for the request
Trait Implementations§
Source§impl Clone for GetReplicationLogParams
impl Clone for GetReplicationLogParams
Source§fn clone(&self) -> GetReplicationLogParams
fn clone(&self) -> GetReplicationLogParams
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 GetReplicationLogParams
impl RefUnwindSafe for GetReplicationLogParams
impl Send for GetReplicationLogParams
impl Sync for GetReplicationLogParams
impl Unpin for GetReplicationLogParams
impl UnwindSafe for GetReplicationLogParams
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