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