pub struct TaskPath { /* private fields */ }
Expand description
Represents a path to a task
Implementations§
Trait Implementations§
Source§impl AsRef<TaskPath> for TaskPathBuf
impl AsRef<TaskPath> for TaskPathBuf
Source§impl Borrow<TaskPath> for TaskPathBuf
impl Borrow<TaskPath> for TaskPathBuf
Source§impl From<&TaskPath> for TaskPathBuf
impl From<&TaskPath> for TaskPathBuf
Source§fn from(value: &TaskPath) -> TaskPathBuf
fn from(value: &TaskPath) -> TaskPathBuf
Converts to this type from the input type.
Source§impl ToOwned for TaskPath
impl ToOwned for TaskPath
Source§type Owned = TaskPathBuf
type Owned = TaskPathBuf
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> <TaskPath as ToOwned>::Owned
fn to_owned(&self) -> <TaskPath as ToOwned>::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · Source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
impl Eq for TaskPath
impl StructuralPartialEq for TaskPath
Auto Trait Implementations§
impl Freeze for TaskPath
impl RefUnwindSafe for TaskPath
impl Send for TaskPath
impl !Sized for TaskPath
impl Sync for TaskPath
impl Unpin for TaskPath
impl UnwindSafe for TaskPath
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.