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