pub enum DataStreamType {
Subgroup,
Fetch,
}Expand description
The expected type of data stream.
Variants§
Trait Implementations§
Source§impl Clone for DataStreamType
impl Clone for DataStreamType
Source§fn clone(&self) -> DataStreamType
fn clone(&self) -> DataStreamType
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 DataStreamType
impl Debug for DataStreamType
Source§impl PartialEq for DataStreamType
impl PartialEq for DataStreamType
impl Copy for DataStreamType
impl Eq for DataStreamType
impl StructuralPartialEq for DataStreamType
Auto Trait Implementations§
impl Freeze for DataStreamType
impl RefUnwindSafe for DataStreamType
impl Send for DataStreamType
impl Sync for DataStreamType
impl Unpin for DataStreamType
impl UnsafeUnpin for DataStreamType
impl UnwindSafe for DataStreamType
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