Struct augdom::event::WebsocketMessageBuilder [−][src]
pub struct WebsocketMessageBuilder(_);
Expand description
A builder for events.
Methods from Deref<Target = MessageEventInit>
Change the bubbles
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Change the cancelable
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Change the composed
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Change the data
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Change the lastEventId
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Change the origin
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Change the ports
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Change the source
field of this object.
This API requires the following crate features to be activated: MessageEventInit
Trait Implementations
type Target = MessageEventInit
type Target = MessageEventInit
The resulting type after dereferencing.
type Output = WebsocketMessage
type Output = WebsocketMessage
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for WebsocketMessageBuilder
impl !Send for WebsocketMessageBuilder
impl !Sync for WebsocketMessageBuilder
impl Unpin for WebsocketMessageBuilder
impl UnwindSafe for WebsocketMessageBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more