pub struct TaskName(/* private fields */);Expand description
Name assigned to a task in a CloudConvert job request.
TaskName is the serialized task-map key. Pass handles returned by
JobGraphBuilder methods as dependency inputs for later graph tasks.
Implementations§
Trait Implementations§
Source§impl Ord for TaskName
impl Ord for TaskName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TaskName
impl PartialOrd for TaskName
impl Eq for TaskName
impl StructuralPartialEq for TaskName
Auto Trait Implementations§
impl Freeze for TaskName
impl RefUnwindSafe for TaskName
impl Send for TaskName
impl Sync for TaskName
impl Unpin for TaskName
impl UnsafeUnpin for TaskName
impl UnwindSafe for TaskName
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