pub struct NumList {
pub list: Vec<i32>,
}Fields§
§list: Vec<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumList
impl RefUnwindSafe for NumList
impl Send for NumList
impl Sync for NumList
impl Unpin for NumList
impl UnwindSafe for NumList
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