pub struct ChannelContext {
pub identifier: String,
pub stream: Option<String>,
}Fields§
§identifier: String§stream: Option<String>Auto Trait Implementations§
impl Freeze for ChannelContext
impl RefUnwindSafe for ChannelContext
impl Send for ChannelContext
impl Sync for ChannelContext
impl Unpin for ChannelContext
impl UnsafeUnpin 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