pub struct ByteStreamReceiverRole {}
Trait Implementations§
Source§impl InterfaceRole for ByteStreamReceiverRole
impl InterfaceRole for ByteStreamReceiverRole
type Interface = ByteStreamInterface
type Config = ByteStreamReceiverConfig
type Init = ByteStreamInitState
type Stubs = ByteStreamReceiverStubs
type Hooks = ByteStreamReceiverHooks
fn setup_worker( i: &Self::Interface, setup: &mut RoleSetup<'_>, config: &Self::Config, init: &Self::Init, ) -> (Self::Stubs, Self::Hooks)
Auto Trait Implementations§
impl Freeze for ByteStreamReceiverRole
impl RefUnwindSafe for ByteStreamReceiverRole
impl Send for ByteStreamReceiverRole
impl Sync for ByteStreamReceiverRole
impl Unpin for ByteStreamReceiverRole
impl UnwindSafe for ByteStreamReceiverRole
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