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