pub struct SessionLlmReconfigureReport {
pub previous_identity: SessionLlmIdentity,
pub new_identity: SessionLlmIdentity,
pub capability_delta: SessionLlmCapabilityDelta,
pub tool_visibility_delta: SessionToolVisibilityDelta,
pub rollback_occurred: bool,
}Fields§
§previous_identity: SessionLlmIdentity§new_identity: SessionLlmIdentity§capability_delta: SessionLlmCapabilityDelta§tool_visibility_delta: SessionToolVisibilityDelta§rollback_occurred: boolTrait Implementations§
Source§impl Clone for SessionLlmReconfigureReport
impl Clone for SessionLlmReconfigureReport
Source§fn clone(&self) -> SessionLlmReconfigureReport
fn clone(&self) -> SessionLlmReconfigureReport
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 moreSource§impl Debug for SessionLlmReconfigureReport
impl Debug for SessionLlmReconfigureReport
Source§impl PartialEq for SessionLlmReconfigureReport
impl PartialEq for SessionLlmReconfigureReport
Source§fn eq(&self, other: &SessionLlmReconfigureReport) -> bool
fn eq(&self, other: &SessionLlmReconfigureReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SessionLlmReconfigureReport
Auto Trait Implementations§
impl Freeze for SessionLlmReconfigureReport
impl RefUnwindSafe for SessionLlmReconfigureReport
impl Send for SessionLlmReconfigureReport
impl Sync for SessionLlmReconfigureReport
impl Unpin for SessionLlmReconfigureReport
impl UnsafeUnpin for SessionLlmReconfigureReport
impl UnwindSafe for SessionLlmReconfigureReport
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