pub struct YearOwner {
pub owner: &'static str,
pub years: &'static [(i32, i32)],
}Fields§
§owner: &'static str§years: &'static [(i32, i32)]Auto Trait Implementations§
impl Freeze for YearOwner
impl RefUnwindSafe for YearOwner
impl Send for YearOwner
impl Sync for YearOwner
impl Unpin for YearOwner
impl UnwindSafe for YearOwner
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