pub struct ToolIdentity { /* private fields */ }Expand description
The software or service that performed a production activity.
Implementations§
Source§impl ToolIdentity
impl ToolIdentity
Trait Implementations§
Source§impl Clone for ToolIdentity
impl Clone for ToolIdentity
Source§fn clone(&self) -> ToolIdentity
fn clone(&self) -> ToolIdentity
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 ToolIdentity
impl Debug for ToolIdentity
impl Eq for ToolIdentity
Source§impl PartialEq for ToolIdentity
impl PartialEq for ToolIdentity
Source§fn eq(&self, other: &ToolIdentity) -> bool
fn eq(&self, other: &ToolIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToolIdentity
Auto Trait Implementations§
impl Freeze for ToolIdentity
impl RefUnwindSafe for ToolIdentity
impl Send for ToolIdentity
impl Sync for ToolIdentity
impl Unpin for ToolIdentity
impl UnsafeUnpin for ToolIdentity
impl UnwindSafe for ToolIdentity
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