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