pub struct TaskIdSimple { /* private fields */ }Implementations§
Source§impl TaskIdSimple
impl TaskIdSimple
pub fn new(exec_id: String, task_id: String) -> TaskIdSimple
Trait Implementations§
Source§impl Clone for TaskIdSimple
impl Clone for TaskIdSimple
Source§fn clone(&self) -> TaskIdSimple
fn clone(&self) -> TaskIdSimple
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 Debug for TaskIdSimple
impl Debug for TaskIdSimple
Source§impl Display for TaskIdSimple
impl Display for TaskIdSimple
Auto Trait Implementations§
impl Freeze for TaskIdSimple
impl RefUnwindSafe for TaskIdSimple
impl Send for TaskIdSimple
impl Sync for TaskIdSimple
impl Unpin for TaskIdSimple
impl UnwindSafe for TaskIdSimple
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