pub struct ToolIdentity {
pub name: String,
pub version: String,
}Expand description
Identity of the embedding tool — name and semver version string.
Fields§
§name: String§version: StringImplementations§
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 moreAuto 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