pub struct ProducerFieldChoices(pub Vec<ProducerField>);Tuple Fields§
§0: Vec<ProducerField>Implementations§
Auto Trait Implementations§
impl Freeze for ProducerFieldChoices
impl RefUnwindSafe for ProducerFieldChoices
impl Send for ProducerFieldChoices
impl Sync for ProducerFieldChoices
impl Unpin for ProducerFieldChoices
impl UnsafeUnpin for ProducerFieldChoices
impl UnwindSafe for ProducerFieldChoices
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