pub struct General<E, C, P>{ /* private fields */ }
Expand description
General BufferTrigger
Set your own container to store in the current service
Trait Implementations§
Source§impl<E, C, P> BufferTrigger<E> for General<E, C, P>
impl<E, C, P> BufferTrigger<E> for General<E, C, P>
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>where
P: Sync,
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