pub struct General<E, C, P>where
P: Debug + Sync + Send + 'static,
E: Debug + Sync + Send + 'static,
C: Debug + Sync + Send + 'static,{ /* private fields */ }
Expand description
General BufferTrigger
Set your own container to store in the current service
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E, C, P> !Freeze for General<E, C, P>
impl<E, C, P> !RefUnwindSafe for General<E, C, P>
impl<E, C, P> Send for General<E, C, P>
impl<E, C, P> Sync for General<E, C, P>
impl<E, C, P> Unpin for General<E, C, P>where
P: Unpin,
impl<E, C, P> !UnwindSafe for General<E, C, P>
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