pub struct ByteStreamInterface {
pub blob: InterfaceEvent<()>,
}
Fields§
§blob: InterfaceEvent<()>
Trait Implementations§
Source§impl InterfaceSchema for ByteStreamInterface
impl InterfaceSchema for ByteStreamInterface
fn new(ib: &mut InterfaceBuilder) -> Self
Auto Trait Implementations§
impl Freeze for ByteStreamInterface
impl RefUnwindSafe for ByteStreamInterface
impl Send for ByteStreamInterface
impl Sync for ByteStreamInterface
impl Unpin for ByteStreamInterface
impl UnwindSafe for ByteStreamInterface
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