pub struct LlmTargetSet { /* private fields */ }Expand description
The set of targets an algorithm may route among. An algorithm is constructed
with one and picks targets by position (targets) or by name
(get_target).
Implementations§
Trait Implementations§
Source§impl Clone for LlmTargetSet
impl Clone for LlmTargetSet
Source§fn clone(&self) -> LlmTargetSet
fn clone(&self) -> LlmTargetSet
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 moreAuto Trait Implementations§
impl Freeze for LlmTargetSet
impl RefUnwindSafe for LlmTargetSet
impl Send for LlmTargetSet
impl Sync for LlmTargetSet
impl Unpin for LlmTargetSet
impl UnsafeUnpin for LlmTargetSet
impl UnwindSafe for LlmTargetSet
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