pub enum SinglestreamPattern {
Singlestream,
All,
}Variants§
Trait Implementations§
Source§impl Clone for SinglestreamPattern
impl Clone for SinglestreamPattern
Source§fn clone(&self) -> SinglestreamPattern
fn clone(&self) -> SinglestreamPattern
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 SinglestreamPattern
impl Debug for SinglestreamPattern
Source§impl Hash for SinglestreamPattern
impl Hash for SinglestreamPattern
Source§impl PartialEq for SinglestreamPattern
impl PartialEq for SinglestreamPattern
impl Eq for SinglestreamPattern
impl StructuralPartialEq for SinglestreamPattern
Auto Trait Implementations§
impl Freeze for SinglestreamPattern
impl RefUnwindSafe for SinglestreamPattern
impl Send for SinglestreamPattern
impl Sync for SinglestreamPattern
impl Unpin for SinglestreamPattern
impl UnwindSafe for SinglestreamPattern
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