pub struct StreamType(/* private fields */);
Trait Implementations§
Source§impl Clone for StreamType
impl Clone for StreamType
Source§fn clone(&self) -> StreamType
fn clone(&self) -> StreamType
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 moreSource§impl Debug for StreamType
impl Debug for StreamType
Source§impl<'de> Deserialize<'de> for StreamType
impl<'de> Deserialize<'de> for StreamType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for StreamType
impl Display for StreamType
Source§impl From<&str> for StreamType
impl From<&str> for StreamType
Source§impl From<StreamType> for String
impl From<StreamType> for String
Source§fn from(original: StreamType) -> Self
fn from(original: StreamType) -> Self
Converts to this type from the input type.
Source§impl From<String> for StreamType
impl From<String> for StreamType
Source§fn from(original: String) -> StreamType
fn from(original: String) -> StreamType
Converts to this type from the input type.
Source§impl Hash for StreamType
impl Hash for StreamType
Source§impl PartialEq for StreamType
impl PartialEq for StreamType
Source§impl Serialize for StreamType
impl Serialize for StreamType
impl Eq for StreamType
impl StructuralPartialEq for StreamType
Auto Trait Implementations§
impl Freeze for StreamType
impl RefUnwindSafe for StreamType
impl Send for StreamType
impl Sync for StreamType
impl Unpin for StreamType
impl UnwindSafe for StreamType
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