pub enum StreamSource {}
Trait Implementations§
source§impl Clone for StreamSource
impl Clone for StreamSource
source§fn clone(&self) -> StreamSource
fn clone(&self) -> StreamSource
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 moresource§impl Debug for StreamSource
impl Debug for StreamSource
source§impl Display for StreamSource
impl Display for StreamSource
source§impl PartialEq for StreamSource
impl PartialEq for StreamSource
source§fn eq(&self, other: &StreamSource) -> bool
fn eq(&self, other: &StreamSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StreamSource
impl Serialize for StreamSource
source§impl TryFrom<&str> for StreamSource
impl TryFrom<&str> for StreamSource
impl Copy for StreamSource
impl StructuralPartialEq for StreamSource
Auto Trait Implementations§
impl RefUnwindSafe for StreamSource
impl Send for StreamSource
impl Sync for StreamSource
impl Unpin for StreamSource
impl UnwindSafe for StreamSource
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