pub struct EventSource(/* private fields */);Implementations§
Source§impl EventSource
impl EventSource
Trait Implementations§
Source§impl AsRef<str> for EventSource
impl AsRef<str> for EventSource
Source§impl Clone for EventSource
impl Clone for EventSource
Source§fn clone(&self) -> EventSource
fn clone(&self) -> EventSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventSource
impl Debug for EventSource
Source§impl Default for EventSource
impl Default for EventSource
Source§fn default() -> EventSource
fn default() -> EventSource
Returns the “default value” for a type. Read more
Source§impl Display for EventSource
impl Display for EventSource
Source§impl From<&str> for EventSource
impl From<&str> for EventSource
Source§impl From<String> for EventSource
impl From<String> for EventSource
Source§impl Hash for EventSource
impl Hash for EventSource
Source§impl Ord for EventSource
impl Ord for EventSource
Source§fn cmp(&self, other: &EventSource) -> Ordering
fn cmp(&self, other: &EventSource) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EventSource
impl PartialEq for EventSource
Source§fn eq(&self, other: &EventSource) -> bool
fn eq(&self, other: &EventSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EventSource
impl PartialOrd for EventSource
impl Eq for EventSource
impl StructuralPartialEq for EventSource
Auto Trait Implementations§
impl Freeze for EventSource
impl RefUnwindSafe for EventSource
impl Send for EventSource
impl Sync for EventSource
impl Unpin for EventSource
impl UnsafeUnpin for EventSource
impl UnwindSafe for EventSource
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