Struct workflow_websocket::client::event::CloseEvent
source · [−]Fields
code: u16
reason: String
was_clean: bool
Trait Implementations
sourceimpl Clone for CloseEvent
impl Clone for CloseEvent
sourcefn clone(&self) -> CloseEvent
fn clone(&self) -> CloseEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CloseEvent
impl Debug for CloseEvent
sourceimpl PartialEq<CloseEvent> for CloseEvent
impl PartialEq<CloseEvent> for CloseEvent
sourcefn eq(&self, other: &CloseEvent) -> bool
fn eq(&self, other: &CloseEvent) -> bool
impl Eq for CloseEvent
impl StructuralEq for CloseEvent
impl StructuralPartialEq for CloseEvent
Auto Trait Implementations
impl RefUnwindSafe for CloseEvent
impl Send for CloseEvent
impl Sync for CloseEvent
impl Unpin for CloseEvent
impl UnwindSafe for CloseEvent
Blanket Implementations
impl<T> Any for Twhere
T: Any,
impl<T> Any for Twhere
T: Any,
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more