pub struct ToolSourceHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for ToolSourceHandle
impl Clone for ToolSourceHandle
Source§fn clone(&self) -> ToolSourceHandle
fn clone(&self) -> ToolSourceHandle
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 moreSource§impl Debug for ToolSourceHandle
impl Debug for ToolSourceHandle
Source§impl<'de> Deserialize<'de> for ToolSourceHandle
impl<'de> Deserialize<'de> for ToolSourceHandle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ToolSourceHandle
Source§impl Hash for ToolSourceHandle
impl Hash for ToolSourceHandle
Source§impl Ord for ToolSourceHandle
impl Ord for ToolSourceHandle
Source§fn cmp(&self, other: &ToolSourceHandle) -> Ordering
fn cmp(&self, other: &ToolSourceHandle) -> Ordering
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 PartialEq for ToolSourceHandle
impl PartialEq for ToolSourceHandle
Source§fn eq(&self, other: &ToolSourceHandle) -> bool
fn eq(&self, other: &ToolSourceHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ToolSourceHandle
impl PartialOrd for ToolSourceHandle
Source§impl Serialize for ToolSourceHandle
impl Serialize for ToolSourceHandle
impl StructuralPartialEq for ToolSourceHandle
Auto Trait Implementations§
impl Freeze for ToolSourceHandle
impl RefUnwindSafe for ToolSourceHandle
impl Send for ToolSourceHandle
impl Sync for ToolSourceHandle
impl Unpin for ToolSourceHandle
impl UnsafeUnpin for ToolSourceHandle
impl UnwindSafe for ToolSourceHandle
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