#[repr(u8)]pub enum StreamInfoKind {
Subscriber = 0,
Publisher = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for StreamInfoKind
impl Clone for StreamInfoKind
Source§fn clone(&self) -> StreamInfoKind
fn clone(&self) -> StreamInfoKind
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 StreamInfoKind
impl Debug for StreamInfoKind
Source§impl Default for StreamInfoKind
impl Default for StreamInfoKind
Source§fn default() -> StreamInfoKind
fn default() -> StreamInfoKind
Returns the “default value” for a type. Read more
Source§impl PartialEq for StreamInfoKind
impl PartialEq for StreamInfoKind
impl Copy for StreamInfoKind
impl Eq for StreamInfoKind
impl StructuralPartialEq for StreamInfoKind
Auto Trait Implementations§
impl Freeze for StreamInfoKind
impl RefUnwindSafe for StreamInfoKind
impl Send for StreamInfoKind
impl Sync for StreamInfoKind
impl Unpin for StreamInfoKind
impl UnwindSafe for StreamInfoKind
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