pub struct ByteStreamSenderRole {}
Trait Implementations§
Source§impl InterfaceRole for ByteStreamSenderRole
impl InterfaceRole for ByteStreamSenderRole
type Interface = ByteStreamInterface
type Config = ByteStreamSenderConfig
type Init = ByteStreamInitState
type Stubs = ByteStreamSenderStubs
type Hooks = ByteStreamSenderHooks
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 ByteStreamSenderRole
impl RefUnwindSafe for ByteStreamSenderRole
impl Send for ByteStreamSenderRole
impl Sync for ByteStreamSenderRole
impl Unpin for ByteStreamSenderRole
impl UnwindSafe for ByteStreamSenderRole
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