pub struct ResolvedSessionLlmReconfigure {
pub target_identity: SessionLlmIdentity,
pub target_capability_surface: SessionLlmCapabilitySurface,
}Fields§
§target_identity: SessionLlmIdentity§target_capability_surface: SessionLlmCapabilitySurfaceTrait Implementations§
Source§impl Clone for ResolvedSessionLlmReconfigure
impl Clone for ResolvedSessionLlmReconfigure
Source§fn clone(&self) -> ResolvedSessionLlmReconfigure
fn clone(&self) -> ResolvedSessionLlmReconfigure
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 ResolvedSessionLlmReconfigure
impl RefUnwindSafe for ResolvedSessionLlmReconfigure
impl Send for ResolvedSessionLlmReconfigure
impl Sync for ResolvedSessionLlmReconfigure
impl Unpin for ResolvedSessionLlmReconfigure
impl UnsafeUnpin for ResolvedSessionLlmReconfigure
impl UnwindSafe for ResolvedSessionLlmReconfigure
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