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