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