pub struct ByteStreamReceiverBuilder { /* private fields */ }
Implementations§
Source§impl ByteStreamReceiverBuilder
impl ByteStreamReceiverBuilder
pub fn new( _name: &'static str, _hooks: ByteStreamReceiverHooks, stubs: ByteStreamReceiverStubs, _config: &ByteStreamReceiverConfig, _init: ByteStreamInitState, ) -> Self
pub fn create_handle(&self, _setup: &RoleSetup<'_>) -> ByteStreamReceiver
pub fn build(self, setup: &RoleSetup<'_>)
Auto Trait Implementations§
impl Freeze for ByteStreamReceiverBuilder
impl !RefUnwindSafe for ByteStreamReceiverBuilder
impl !Send for ByteStreamReceiverBuilder
impl !Sync for ByteStreamReceiverBuilder
impl Unpin for ByteStreamReceiverBuilder
impl !UnwindSafe for ByteStreamReceiverBuilder
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