pub struct LogSinkRequestedPayload {
pub component: Arc<ComponentIdentity>,
pub request_stream: LogSinkRequestStream,
}
Expand description
Payload for a connection to the LogSink
protocol.
Fields§
§component: Arc<ComponentIdentity>
The component that is connecting to LogSink
.
request_stream: LogSinkRequestStream
The stream containing requests made on the LogSink
channel by the component.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogSinkRequestedPayload
impl !RefUnwindSafe for LogSinkRequestedPayload
impl Send for LogSinkRequestedPayload
impl Sync for LogSinkRequestedPayload
impl Unpin for LogSinkRequestedPayload
impl !UnwindSafe for LogSinkRequestedPayload
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