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