pub enum ProducerType {
Single,
Multi,
}Variants§
Auto Trait Implementations§
impl Freeze for ProducerType
impl RefUnwindSafe for ProducerType
impl Send for ProducerType
impl Sync for ProducerType
impl Unpin for ProducerType
impl UnsafeUnpin for ProducerType
impl UnwindSafe for ProducerType
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