pub struct ChannelContext {
pub agent_id: String,
pub account_id: String,
}Expand description
Context for channel operations.
Fields§
§agent_id: StringAgent ID for routing.
account_id: StringAccount ID on the channel.
Trait Implementations§
Source§impl Clone for ChannelContext
impl Clone for ChannelContext
Source§fn clone(&self) -> ChannelContext
fn clone(&self) -> ChannelContext
Returns a duplicate of the value. Read more
1.0.0 · 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 ChannelContext
impl RefUnwindSafe for ChannelContext
impl Send for ChannelContext
impl Sync for ChannelContext
impl Unpin for ChannelContext
impl UnwindSafe for ChannelContext
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