pub struct StreamNamespace(/* private fields */);Expand description
String-backed namespace identifier.
Implementations§
Trait Implementations§
Source§impl Clone for StreamNamespace
impl Clone for StreamNamespace
Source§fn clone(&self) -> StreamNamespace
fn clone(&self) -> StreamNamespace
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 StreamNamespace
impl Debug for StreamNamespace
Source§impl<'de> Deserialize<'de> for StreamNamespace
impl<'de> Deserialize<'de> for StreamNamespace
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
impl Eq for StreamNamespace
Source§impl From<&str> for StreamNamespace
impl From<&str> for StreamNamespace
Source§impl From<String> for StreamNamespace
impl From<String> for StreamNamespace
Source§impl Hash for StreamNamespace
impl Hash for StreamNamespace
Source§impl PartialEq for StreamNamespace
impl PartialEq for StreamNamespace
Source§impl Serialize for StreamNamespace
impl Serialize for StreamNamespace
impl StructuralPartialEq for StreamNamespace
Auto Trait Implementations§
impl Freeze for StreamNamespace
impl RefUnwindSafe for StreamNamespace
impl Send for StreamNamespace
impl Sync for StreamNamespace
impl Unpin for StreamNamespace
impl UnsafeUnpin for StreamNamespace
impl UnwindSafe for StreamNamespace
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