pub enum AdapterToolChoice {
None,
Auto,
Required,
Specific(String),
}Variants§
Trait Implementations§
Source§impl Clone for AdapterToolChoice
impl Clone for AdapterToolChoice
Source§fn clone(&self) -> AdapterToolChoice
fn clone(&self) -> AdapterToolChoice
Returns a duplicate of the value. Read more
1.0.0 · 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 AdapterToolChoice
impl Debug for AdapterToolChoice
Source§impl PartialEq for AdapterToolChoice
impl PartialEq for AdapterToolChoice
impl Eq for AdapterToolChoice
impl StructuralPartialEq for AdapterToolChoice
Auto Trait Implementations§
impl Freeze for AdapterToolChoice
impl RefUnwindSafe for AdapterToolChoice
impl Send for AdapterToolChoice
impl Sync for AdapterToolChoice
impl Unpin for AdapterToolChoice
impl UnsafeUnpin for AdapterToolChoice
impl UnwindSafe for AdapterToolChoice
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