pub struct ServedModelEntry { /* private fields */ }Implementations§
Source§impl ServedModelEntry
impl ServedModelEntry
pub fn public_name(&self) -> &ServedModelName
pub fn engine_model_id(&self) -> &ModelId
pub fn kind(&self) -> ServedModelKind
pub fn parent_public_name(&self) -> Option<&ServedModelName>
pub fn adapter(&self) -> Option<&LoraAdapterModel>
Trait Implementations§
Source§impl Clone for ServedModelEntry
impl Clone for ServedModelEntry
Source§fn clone(&self) -> ServedModelEntry
fn clone(&self) -> ServedModelEntry
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 ServedModelEntry
impl RefUnwindSafe for ServedModelEntry
impl Send for ServedModelEntry
impl Sync for ServedModelEntry
impl Unpin for ServedModelEntry
impl UnsafeUnpin for ServedModelEntry
impl UnwindSafe for ServedModelEntry
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