Struct makepad_draw::shader::draw_trapezoid::event::WebSocketErrorEvent
source · pub struct WebSocketErrorEvent {
pub socket_id: LiveId,
pub error: String,
}Fields§
§socket_id: LiveId§error: StringTrait Implementations§
source§impl Clone for WebSocketErrorEvent
impl Clone for WebSocketErrorEvent
source§fn clone(&self) -> WebSocketErrorEvent
fn clone(&self) -> WebSocketErrorEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for WebSocketErrorEvent
impl Send for WebSocketErrorEvent
impl Sync for WebSocketErrorEvent
impl Unpin for WebSocketErrorEvent
impl UnwindSafe for WebSocketErrorEvent
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