pub struct DistinctDefinition<S: Score> {
pub source: Box<StreamDefinition<S>>,
pub _phantom: PhantomData<S>,
}Fields§
§source: Box<StreamDefinition<S>>§_phantom: PhantomData<S>Implementations§
Source§impl<S: Score> DistinctDefinition<S>
impl<S: Score> DistinctDefinition<S>
pub fn new(source: StreamDefinition<S>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<S> !RefUnwindSafe for DistinctDefinition<S>
impl<S> !Send for DistinctDefinition<S>
impl<S> !Sync for DistinctDefinition<S>
impl<S> !UnwindSafe for DistinctDefinition<S>
impl<S> Freeze for DistinctDefinition<S>
impl<S> Unpin for DistinctDefinition<S>
impl<S> UnsafeUnpin for DistinctDefinition<S>
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