pub enum ToolResolution {
Available(ToolDescriptorRef),
Unavailable(ToolUnavailableReason),
}Expand description
Registry resolution result.
Variants§
Trait Implementations§
Source§impl Clone for ToolResolution
impl Clone for ToolResolution
Source§fn clone(&self) -> ToolResolution
fn clone(&self) -> ToolResolution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToolResolution
impl RefUnwindSafe for ToolResolution
impl Send for ToolResolution
impl Sync for ToolResolution
impl Unpin for ToolResolution
impl UnsafeUnpin for ToolResolution
impl UnwindSafe for ToolResolution
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