pub struct TracingModality { /* private fields */ }
Implementations§
Source§impl TracingModality
impl TracingModality
pub async fn connect() -> Result<Self, ConnectError>
pub async fn connect_with_options( options: Options, ) -> Result<Self, ConnectError>
pub fn timeline_id(&self) -> TimelineId
pub async fn handle_packet<'a>( &mut self, pkt: Packet<'_>, ) -> Result<(), IngestError>
Auto Trait Implementations§
impl !Freeze for TracingModality
impl RefUnwindSafe for TracingModality
impl Send for TracingModality
impl Sync for TracingModality
impl Unpin for TracingModality
impl UnwindSafe for TracingModality
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