Enum yew_event_source::ReadyState [−][src]
Ready state of an event source
Variants
The event source connection is connecting.
The event source connection is open.
The event source connection is closed.
Trait Implementations
impl Debug for ReadyState[src]
impl PartialEq<ReadyState> for ReadyState[src]
fn eq(&self, other: &ReadyState) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for ReadyState[src]
Auto Trait Implementations
impl RefUnwindSafe for ReadyState
impl Send for ReadyState
impl Sync for ReadyState
impl Unpin for ReadyState
impl UnwindSafe for ReadyState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,