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