pub struct SessionLink {
inner: AnyLink,
tap: Rc<RefCell<Option<PcapWriter>>>,
}Expand description
A link that copies every ULCP frame into the tap, when one is installed.
Fields§
§inner: AnyLink§tap: Rc<RefCell<Option<PcapWriter>>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SessionLink
impl !RefUnwindSafe for SessionLink
impl !Send for SessionLink
impl !Sync for SessionLink
impl Unpin for SessionLink
impl !UnwindSafe for SessionLink
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more