Struct EventSource
pub struct EventSource(/* private fields */);Implementations§
§impl EventSource
impl EventSource
Trait Implementations§
§impl AsRef<str> for EventSource
impl AsRef<str> for EventSource
§impl Clone for EventSource
impl Clone for EventSource
§fn clone(&self) -> EventSource
fn clone(&self) -> EventSource
Returns a duplicate 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 more§impl Debug for EventSource
impl Debug for EventSource
§impl Default for EventSource
impl Default for EventSource
§fn default() -> EventSource
fn default() -> EventSource
Returns the “default value” for a type. Read more
§impl Display for EventSource
impl Display for EventSource
§impl From<&str> for EventSource
impl From<&str> for EventSource
§fn from(value: &str) -> EventSource
fn from(value: &str) -> EventSource
Converts to this type from the input type.
§impl From<String> for EventSource
impl From<String> for EventSource
§fn from(value: String) -> EventSource
fn from(value: String) -> EventSource
Converts to this type from the input type.
§impl Hash for EventSource
impl Hash for EventSource
§impl Ord for EventSource
impl Ord for EventSource
§impl PartialEq for EventSource
impl PartialEq for EventSource
§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