pub struct FlexFec03ReceiveBuilder<P> { /* private fields */ }Expand description
Builder for FlexFec03ReceiveInterceptor.
§Example
use rtc_interceptor::{FlexFec03ReceiveBuilder, Registry};
let chain = Registry::new()
.with(FlexFec03ReceiveBuilder::new().build())
.build();Implementations§
Source§impl<P> FlexFec03ReceiveBuilder<P>
impl<P> FlexFec03ReceiveBuilder<P>
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for FlexFec03ReceiveBuilder<P>
impl<P> RefUnwindSafe for FlexFec03ReceiveBuilder<P>where
P: RefUnwindSafe,
impl<P> Send for FlexFec03ReceiveBuilder<P>where
P: Send,
impl<P> Sync for FlexFec03ReceiveBuilder<P>where
P: Sync,
impl<P> Unpin for FlexFec03ReceiveBuilder<P>where
P: Unpin,
impl<P> UnsafeUnpin for FlexFec03ReceiveBuilder<P>
impl<P> UnwindSafe for FlexFec03ReceiveBuilder<P>where
P: UnwindSafe,
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