pub struct ExplicitAgentBind {
pub agent_session_id: String,
pub heddle_session_id: String,
}Expand description
Hard-bind from an explicit agent registry entry (already validated active).
Fields§
§agent_session_id: String§heddle_session_id: StringTrait Implementations§
Source§impl Clone for ExplicitAgentBind
impl Clone for ExplicitAgentBind
Source§fn clone(&self) -> ExplicitAgentBind
fn clone(&self) -> ExplicitAgentBind
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 ExplicitAgentBind
impl Debug for ExplicitAgentBind
impl Eq for ExplicitAgentBind
Source§impl PartialEq for ExplicitAgentBind
impl PartialEq for ExplicitAgentBind
impl StructuralPartialEq for ExplicitAgentBind
Auto Trait Implementations§
impl Freeze for ExplicitAgentBind
impl RefUnwindSafe for ExplicitAgentBind
impl Send for ExplicitAgentBind
impl Sync for ExplicitAgentBind
impl Unpin for ExplicitAgentBind
impl UnsafeUnpin for ExplicitAgentBind
impl UnwindSafe for ExplicitAgentBind
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