pub struct Synced(/* private fields */);Available on crate features
sender and std only.Expand description
Mutex-based EventSync implementation that can be used by TracingEventSender.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Synced
impl RefUnwindSafe for Synced
impl Send for Synced
impl Sync for Synced
impl Unpin for Synced
impl UnwindSafe for Synced
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