pub struct YearCopyrightOwnerValue {
pub year: u32,
pub copyright_owner: String,
}
Expand description
Replacement values for licenses that use a year and copyright owner name.
Fields§
§year: u32
The year of the copyright
copyright_owner: String
The holder of the copyright
Implementations§
Auto Trait Implementations§
impl Freeze for YearCopyrightOwnerValue
impl RefUnwindSafe for YearCopyrightOwnerValue
impl Send for YearCopyrightOwnerValue
impl Sync for YearCopyrightOwnerValue
impl Unpin for YearCopyrightOwnerValue
impl UnwindSafe for YearCopyrightOwnerValue
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