pub struct vllm_engine { /* private fields */ }Trait Implementations§
Source§impl Clone for vllm_engine
impl Clone for vllm_engine
Source§fn clone(&self) -> vllm_engine
fn clone(&self) -> vllm_engine
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 moreimpl Copy for vllm_engine
Auto Trait Implementations§
impl Freeze for vllm_engine
impl RefUnwindSafe for vllm_engine
impl Send for vllm_engine
impl Sync for vllm_engine
impl Unpin for vllm_engine
impl UnsafeUnpin for vllm_engine
impl UnwindSafe for vllm_engine
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